20 lines
1.6 KiB
TypeScript
20 lines
1.6 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const StaffUpdateOneSchema: z.ZodType<Prisma.StaffUpdateArgs>;
|
|
export declare const StaffUpdateOneZodSchema: 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>>>;
|
|
data: z.ZodUnion<[z.ZodType<Prisma.StaffUpdateInput, z.ZodTypeDef, Prisma.StaffUpdateInput>, z.ZodType<Prisma.StaffUncheckedUpdateInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateInput>]>;
|
|
where: z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.StaffWhereUniqueInput;
|
|
data: Prisma.StaffUpdateInput | Prisma.StaffUncheckedUpdateInput;
|
|
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}, {
|
|
where: Prisma.StaffWhereUniqueInput;
|
|
data: 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=updateOneStaff.schema.d.ts.map
|