initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutProceduresInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutProceduresInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const AppointmentCreateNestedOneWithoutProceduresInputObjectSchema: z.ZodType<Prisma.AppointmentCreateNestedOneWithoutProceduresInput>;
|
||||
export declare const AppointmentCreateNestedOneWithoutProceduresInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutProceduresInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutProceduresInput>>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined;
|
||||
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined;
|
||||
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined;
|
||||
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined;
|
||||
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=AppointmentCreateNestedOneWithoutProceduresInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user