UNPKG

types-from-sql

Version:

10 lines (9 loc) 162 B
export declare function generateInterface( iName: string, fields: { [K: string]: { dataTypeName: string nullable: boolean } } ): string