|
| 1 | +/** |
| 2 | + * @license Use of this source code is governed by an MIT-style license that |
| 3 | + * can be found in the LICENSE file at https://github.com/cartant/ts-snippet |
| 4 | + */ |
| 5 | + |
| 6 | +export interface T1 { kind: "T1"; } |
| 7 | +export interface T2 { kind: "T2"; } |
| 8 | +export interface T3 { kind: "T3"; } |
| 9 | +export interface T4 { kind: "T4"; } |
| 10 | +export interface T5 { kind: "T5"; } |
| 11 | +export interface T6 { kind: "T6"; } |
| 12 | +export interface T7 { kind: "T7"; } |
| 13 | +export interface T8 { kind: "T8"; } |
| 14 | +export interface T9 { kind: "T9"; } |
| 15 | +export interface T10 { kind: "T10"; } |
| 16 | +export interface T11 { kind: "T11"; } |
| 17 | +export interface T12 { kind: "T12"; } |
| 18 | + |
| 19 | +export declare const c1: T1; |
| 20 | +export declare const c2: T2; |
| 21 | +export declare const c3: T3; |
| 22 | +export declare const c4: T4; |
| 23 | +export declare const c5: T5; |
| 24 | +export declare const c6: T6; |
| 25 | +export declare const c7: T7; |
| 26 | +export declare const c8: T8; |
| 27 | +export declare const c9: T9; |
| 28 | +export declare const c10: T10; |
| 29 | +export declare const c11: T11; |
| 30 | +export declare const c12: T12; |
| 31 | + |
| 32 | +export declare let v1: T1; |
| 33 | +export declare let v2: T2; |
| 34 | +export declare let v3: T3; |
| 35 | +export declare let v4: T4; |
| 36 | +export declare let v5: T5; |
| 37 | +export declare let v6: T6; |
| 38 | +export declare let v7: T7; |
| 39 | +export declare let v8: T8; |
| 40 | +export declare let v9: T9; |
| 41 | +export declare let v10: T10; |
| 42 | +export declare let v11: T11; |
| 43 | +export declare let v12: T12; |
0 commit comments