Interface Token

interface Token {
    position: number;
    value: any;
}

Properties

Properties

position: number
value: any