11 lines
459 B
TypeScript
11 lines
459 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimFileWhereUniqueInputObjectSchema: z.ZodType<Prisma.ClaimFileWhereUniqueInput>;
|
|
export declare const ClaimFileWhereUniqueInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodNumber>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
id?: number | undefined;
|
|
}, {
|
|
id?: number | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimFileWhereUniqueInput.schema.d.ts.map
|