Searched refs:TSTypeLiteral (Results 1 – 1 of 1) sorted by relevance
1178 export interface TSTypeLiteral extends Node { interface1572 | TSTypeLiteral1992 export function TSTypeLiteral(members: TSTypeElement[]): TSTypeLiteral;2333 …rt function isTSTypeLiteral(node: object | null | undefined, opts?: object): node is TSTypeLiteral;2880 …assertTSTypeLiteral(node: object | null | undefined, opts?: object): asserts node is TSTypeLiteral;