20 lines
2.6 KiB
TypeScript
20 lines
2.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const StaffCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.StaffCreateNestedManyWithoutUserInput>;
|
|
export declare const StaffCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutUserInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateOrConnectWithoutUserInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.StaffCreateManyUserInputEnvelope>>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined;
|
|
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined;
|
|
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=StaffCreateNestedManyWithoutUserInput.schema.d.ts.map
|