UNPKG

261 BTypeScriptView Raw
1export declare class TableClass {
2 className: string;
3 filename: string;
4 fnName: string;
5 fnPlural: string;
6 fullPath: string;
7 isTable: boolean;
8 prefixedClassName: string;
9 tableName: string;
10 useInterface: "type" | "interface";
11}