UNPKG

typescript-mysql-model

Version:

{ "version": "1.2.46", "name": "typescript-mysql-model", "description": "", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url":

11 lines (10 loc) 221 B
export declare class TableClass { className: string; filename: string; fnName: string; fnPlural: string; fullPath: string; isTable: boolean; prefixedClassName: string; tableName: string; }