29 lines
3.0 KiB
TypeScript
29 lines
3.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const StaffUpdateOneWithoutClaimsNestedInputObjectSchema: z.ZodType<Prisma.StaffUpdateOneWithoutClaimsNestedInput>;
|
|
export declare const StaffUpdateOneWithoutClaimsNestedInputObjectZodSchema: 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>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffUpsertWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpsertWithoutClaimsInput>>>;
|
|
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>]>>;
|
|
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>]>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateWithoutClaimsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput | undefined;
|
|
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutClaimsInput | undefined;
|
|
connect?: Prisma.StaffWhereUniqueInput | undefined;
|
|
update?: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput | Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput | undefined;
|
|
upsert?: Prisma.StaffUpsertWithoutClaimsInput | undefined;
|
|
disconnect?: boolean | Prisma.StaffWhereInput | undefined;
|
|
delete?: boolean | Prisma.StaffWhereInput | undefined;
|
|
}, {
|
|
create?: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput | undefined;
|
|
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutClaimsInput | undefined;
|
|
connect?: Prisma.StaffWhereUniqueInput | undefined;
|
|
update?: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput | Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput | undefined;
|
|
upsert?: Prisma.StaffUpsertWithoutClaimsInput | undefined;
|
|
disconnect?: boolean | Prisma.StaffWhereInput | undefined;
|
|
delete?: boolean | Prisma.StaffWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=StaffUpdateOneWithoutClaimsNestedInput.schema.d.ts.map
|