Interface SemanticTokensPartialResult

3.16.0

interface SemanticTokensPartialResult {
    data: number[];
}

Properties

Properties

data: number[]