Interface IToken

Expand description

A token.

interface IToken {
    scopes: string;
    startIndex: number;
}

Properties§

§scopes: string
§startIndex: number