14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineCreateOrConnectWithoutClaimInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutClaimInput>;
|
|
export declare const ServiceLineCreateOrConnectWithoutClaimInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutClaimInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput;
|
|
where: Prisma.ServiceLineWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput;
|
|
where: Prisma.ServiceLineWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineCreateOrConnectWithoutClaimInput.schema.d.ts.map
|