UNPKG

prisma-json-types-generator

Version:
4 lines 278 B
import { PrismaJsonTypesGeneratorConfig } from './config'; /** Creates the new signature for the provided type. */ export declare function createType(description: string | undefined, config: PrismaJsonTypesGeneratorConfig): string; //# sourceMappingURL=create-signature.d.ts.map