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

23 lines
920 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFileChunkMaxAggregateInputObjectSchema: z.ZodType<Prisma.CloudFileChunkMaxAggregateInputType>;
export declare const CloudFileChunkMaxAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
fileId: z.ZodOptional<z.ZodLiteral<true>>;
seq: z.ZodOptional<z.ZodLiteral<true>>;
data: z.ZodOptional<z.ZodLiteral<true>>;
createdAt: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
createdAt?: true | undefined;
id?: true | undefined;
data?: true | undefined;
seq?: true | undefined;
fileId?: true | undefined;
}, {
createdAt?: true | undefined;
id?: true | undefined;
data?: true | undefined;
seq?: true | undefined;
fileId?: true | undefined;
}>;
//# sourceMappingURL=CloudFileChunkMaxAggregateInput.schema.d.ts.map