17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const StaffUpsertWithoutClaimsInputObjectSchema: z.ZodType<Prisma.StaffUpsertWithoutClaimsInput>;
|
|
export declare const StaffUpsertWithoutClaimsInputObjectZodSchema: z.ZodObject<{
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateWithoutClaimsInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutClaimsInput>>]>;
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput;
|
|
update: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput;
|
|
where?: Prisma.StaffWhereInput | undefined;
|
|
}, {
|
|
create: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput;
|
|
update: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput;
|
|
where?: Prisma.StaffWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=StaffUpsertWithoutClaimsInput.schema.d.ts.map
|