Interface DecodedTokenOptions

interface DecodedTokenOptions {
    rangeIndex?: number;
    tokenType: SemanticTokenTypes;
}

Properties

rangeIndex?: number
tokenType: SemanticTokenTypes