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