Searched refs:T14 (Results 1 – 4 of 4) sorted by relevance
124 type T14 = string;125 let x14: T14;128 declare function foo14_1(x: T14): void;131 declare function foo14_2(x: T14): void;
32 type T14 = Partial<ReadonlyArray<string>>; alias
40 type T14 = ReturnType<typeof f1>; // { a: number, b: string } alias
89 declare class T14 extends T13 { class165 let t14: T14;