UNPKG

prisma-trpc-shield-generator

Version:

Prisma +2 generator to emit a tRPC shield from your Prisma schema

6 lines (5 loc) 188 B
import { z } from 'zod'; export declare const configSchema: z.ZodObject<{ contextPath: z.ZodDefault<z.ZodString>; }, z.core.$strip>; export type Config = z.infer<typeof configSchema>;