UNPKG

sql-code-generator

Version:

Generate code from your SQL schema and queries for type safety and development speed.

6 lines (5 loc) 226 B
import { TypeDefinition } from '../../domain'; export declare const getTypescriptTypesFromTypeDefinition: ({ definition, allDefinitions, }: { definition: TypeDefinition; allDefinitions: TypeDefinition[]; }) => string;