UNPKG

370 BTypeScriptView Raw
1export declare class Ingkel {
2 readonly id: number;
3 readonly name: string;
4 static readonly values: Ingkel[];
5 static readonly WONG: Ingkel;
6 static readonly SATO: Ingkel;
7 static readonly MINA: Ingkel;
8 static readonly MANUK: Ingkel;
9 static readonly TARU: Ingkel;
10 static readonly BUKU: Ingkel;
11 constructor(id: number, name: string);
12}