Interface Token

interface Token {
    text: string;
    type: TokenType;
}

Properties

Properties

text: string
type: TokenType