UNPKG

prisma-json-types-generator

Version:
7 lines 303 B
/** * 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