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