17 lines
717 B
TypeScript
17 lines
717 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const DatabaseBackupMaxAggregateInputObjectSchema: z.ZodType<Prisma.DatabaseBackupMaxAggregateInputType>;
|
|
export declare const DatabaseBackupMaxAggregateInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodLiteral<true>>;
|
|
userId: z.ZodOptional<z.ZodLiteral<true>>;
|
|
createdAt: z.ZodOptional<z.ZodLiteral<true>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: true | undefined;
|
|
id?: true | undefined;
|
|
userId?: true | undefined;
|
|
}, {
|
|
createdAt?: true | undefined;
|
|
id?: true | undefined;
|
|
userId?: true | undefined;
|
|
}>;
|
|
//# sourceMappingURL=DatabaseBackupMaxAggregateInput.schema.d.ts.map
|