initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ServiceLineUpdateWithWhereUniqueWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput>;
|
||||
export declare const ServiceLineUpdateWithWhereUniqueWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
|
||||
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.ServiceLineWhereUniqueInput;
|
||||
data: Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineUpdateWithoutPaymentInput;
|
||||
}, {
|
||||
where: Prisma.ServiceLineWhereUniqueInput;
|
||||
data: Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineUpdateWithoutPaymentInput;
|
||||
}>;
|
||||
//# sourceMappingURL=ServiceLineUpdateWithWhereUniqueWithoutPaymentInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user