UNPKG

prisma-json-types-generator

Version:
3 lines 296 B
/** Handles and replaces the signature of a typed field. */ export declare function findNewSignature(signature: string, typeToChange: string, model: string, field: string, throwOnNotFound?: boolean, shouldReplaceStrings?: boolean): string | undefined; //# sourceMappingURL=find-signature.d.ts.map