initial commit
This commit is contained in:
23
packages/db/shared/schemas/upsertOneAppointmentProcedure.schema.d.ts
vendored
Normal file
23
packages/db/shared/schemas/upsertOneAppointmentProcedure.schema.d.ts
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const AppointmentProcedureUpsertOneSchema: z.ZodType<Prisma.AppointmentProcedureUpsertArgs>;
|
||||
export declare const AppointmentProcedureUpsertOneZodSchema: z.ZodObject<{
|
||||
select: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
||||
include: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
||||
where: z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>;
|
||||
create: z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureCreateInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateInput>, z.ZodType<Prisma.AppointmentProcedureUncheckedCreateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateInput>]>;
|
||||
update: z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureUpdateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateInput>, z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateInput>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.AppointmentProcedureUncheckedCreateInput | Prisma.AppointmentProcedureCreateInput;
|
||||
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
||||
update: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput;
|
||||
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
}, {
|
||||
create: Prisma.AppointmentProcedureUncheckedCreateInput | Prisma.AppointmentProcedureCreateInput;
|
||||
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
||||
update: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput;
|
||||
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=upsertOneAppointmentProcedure.schema.d.ts.map
|
||||
Reference in New Issue
Block a user