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

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