prisma-json-types-generator
Version:
Changes JsonValues to your custom typescript type
7 lines • 303 B
TypeScript
/**
* Builds the full path to the correct Prisma Client types file.
*
* Normally located at `node_modules/.prisma/client/index.d.ts`
*/
export declare function buildTypesFilePath(clientOutput: string, overrideTarget?: string, schemaTarget?: string): string;
//# sourceMappingURL=source-path.d.ts.map