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

14 lines
600 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const DatabaseBackupCreateManyUserInputObjectSchema: z.ZodType<Prisma.DatabaseBackupCreateManyUserInput>;
export declare const DatabaseBackupCreateManyUserInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodNumber>;
createdAt: z.ZodOptional<z.ZodDate>;
}, "strict", z.ZodTypeAny, {
createdAt?: Date | undefined;
id?: number | undefined;
}, {
createdAt?: Date | undefined;
id?: number | undefined;
}>;
//# sourceMappingURL=DatabaseBackupCreateManyUserInput.schema.d.ts.map