interface SemanticTokensLegend {
    tokenModifiers: string[];
    tokenTypes: string[];
}

Properties

tokenModifiers: string[]
tokenTypes: string[]