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

11 lines
491 B
TypeScript

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