Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFileChunkWhereUniqueInput.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
808 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFileChunkWhereUniqueInputObjectSchema: z.ZodType<Prisma.CloudFileChunkWhereUniqueInput>;
export declare const CloudFileChunkWhereUniqueInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodNumber>;
fileId_seq: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkFileIdSeqCompoundUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkFileIdSeqCompoundUniqueInput>>>;
}, "strict", z.ZodTypeAny, {
id?: number | undefined;
fileId_seq?: Prisma.CloudFileChunkFileIdSeqCompoundUniqueInput | undefined;
}, {
id?: number | undefined;
fileId_seq?: Prisma.CloudFileChunkFileIdSeqCompoundUniqueInput | undefined;
}>;
//# sourceMappingURL=CloudFileChunkWhereUniqueInput.schema.d.ts.map