23 lines
2.5 KiB
TypeScript
23 lines
2.5 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineTransactionUpsertOneSchema: z.ZodType<Prisma.ServiceLineTransactionUpsertArgs>;
|
|
export declare const ServiceLineTransactionUpsertOneZodSchema: z.ZodObject<{
|
|
select: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
include: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
where: z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>;
|
|
create: z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionCreateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateInput>, z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateInput>]>;
|
|
update: z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateInput>, z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateInput>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput;
|
|
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
|
update: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput;
|
|
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}, {
|
|
create: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput;
|
|
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
|
update: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput;
|
|
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=upsertOneServiceLineTransaction.schema.d.ts.map
|