initial commit
This commit is contained in:
11
packages/db/shared/schemas/objects/EnumCommunicationStatusFieldUpdateOperationsInput.schema.d.ts
vendored
Normal file
11
packages/db/shared/schemas/objects/EnumCommunicationStatusFieldUpdateOperationsInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user