Searched refs:TSIndexSignature (Results 1 – 1 of 1) sorted by relevance
1020 export interface TSIndexSignature extends Node { interface1586 | TSIndexSignature1944 export function TSIndexSignature(parameters: Identifier[], typeAnnotation?: TSTypeAnnotation): TSIn…2297 …ction isTSIndexSignature(node: object | null | undefined, opts?: object): node is TSIndexSignature;2817 ): asserts node is TSIndexSignature;