initial commit
This commit is contained in:
11
packages/db/shared/schemas/objects/EnumPdfTitleKeyFieldUpdateOperationsInput.schema.d.ts
vendored
Normal file
11
packages/db/shared/schemas/objects/EnumPdfTitleKeyFieldUpdateOperationsInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const EnumPdfTitleKeyFieldUpdateOperationsInputObjectSchema: z.ZodType<Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput>;
|
||||
export declare const EnumPdfTitleKeyFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{
|
||||
set: z.ZodOptional<z.ZodEnum<["INSURANCE_CLAIM", "INSURANCE_CLAIM_PREAUTH", "ELIGIBILITY_STATUS", "CLAIM_STATUS", "OTHER"]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
set?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined;
|
||||
}, {
|
||||
set?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=EnumPdfTitleKeyFieldUpdateOperationsInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user