interface TextSyntax {
    syntax: string;
    text: string;
}

Properties

Properties

syntax: string
text: string