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

11 lines
779 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const EnumCommunicationStatusFieldUpdateOperationsInputObjectSchema: z.ZodType<Prisma.EnumCommunicationStatusFieldUpdateOperationsInput>;
export declare const EnumCommunicationStatusFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{
set: z.ZodOptional<z.ZodEnum<["queued", "sent", "delivered", "failed", "completed", "busy", "no_answer"]>>;
}, "strict", z.ZodTypeAny, {
set?: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer" | undefined;
}, {
set?: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer" | undefined;
}>;
//# sourceMappingURL=EnumCommunicationStatusFieldUpdateOperationsInput.schema.d.ts.map