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