11 lines
518 B
TypeScript
11 lines
518 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const DatabaseBackupCreateWithoutUserInputObjectSchema: z.ZodType<Prisma.DatabaseBackupCreateWithoutUserInput>;
|
|
export declare const DatabaseBackupCreateWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
createdAt: z.ZodOptional<z.ZodDate>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: Date | undefined;
|
|
}, {
|
|
createdAt?: Date | undefined;
|
|
}>;
|
|
//# sourceMappingURL=DatabaseBackupCreateWithoutUserInput.schema.d.ts.map
|