23 lines
2.0 KiB
TypeScript
23 lines
2.0 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const StaffUpsertOneSchema: z.ZodType<Prisma.StaffUpsertArgs>;
|
|
export declare const StaffUpsertOneZodSchema: z.ZodObject<{
|
|
select: z.ZodOptional<z.ZodType<Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
include: z.ZodOptional<z.ZodType<Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
where: z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>;
|
|
create: z.ZodUnion<[z.ZodType<Prisma.StaffCreateInput, z.ZodTypeDef, Prisma.StaffCreateInput>, z.ZodType<Prisma.StaffUncheckedCreateInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateInput>]>;
|
|
update: z.ZodUnion<[z.ZodType<Prisma.StaffUpdateInput, z.ZodTypeDef, Prisma.StaffUpdateInput>, z.ZodType<Prisma.StaffUncheckedUpdateInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateInput>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput;
|
|
where: Prisma.StaffWhereUniqueInput;
|
|
update: Prisma.StaffUpdateInput | Prisma.StaffUncheckedUpdateInput;
|
|
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}, {
|
|
create: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput;
|
|
where: Prisma.StaffWhereUniqueInput;
|
|
update: Prisma.StaffUpdateInput | Prisma.StaffUncheckedUpdateInput;
|
|
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=upsertOneStaff.schema.d.ts.map
|