14 lines
808 B
TypeScript
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
|