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

11 lines
475 B
TypeScript

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