14 lines
1.0 KiB
TypeScript
14 lines
1.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const StaffUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.StaffUpdateWithWhereUniqueWithoutUserInput>;
|
|
export declare const StaffUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.StaffWhereUniqueInput;
|
|
data: Prisma.StaffUncheckedUpdateWithoutUserInput | Prisma.StaffUpdateWithoutUserInput;
|
|
}, {
|
|
where: Prisma.StaffWhereUniqueInput;
|
|
data: Prisma.StaffUncheckedUpdateWithoutUserInput | Prisma.StaffUpdateWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=StaffUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map
|