initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/StaffUncheckedCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/StaffUncheckedCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const StaffUncheckedCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.StaffUncheckedCreateNestedManyWithoutUserInput>;
|
||||
export declare const StaffUncheckedCreateNestedManyWithoutUserInputObjectZodSchema: 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=StaffUncheckedCreateNestedManyWithoutUserInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user