interface IToken {
    endIndex: number;
    scopes: string[];
    startIndex: number;
}

Properties

endIndex: number
scopes: string[]
startIndex: number