initial commit
This commit is contained in:
20
packages/db/shared/schemas/updateOneServiceLineTransaction.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/updateOneServiceLineTransaction.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const ServiceLineTransactionUpdateOneSchema: z.ZodType<Prisma.ServiceLineTransactionUpdateArgs>;
|
||||
export declare const ServiceLineTransactionUpdateOneZodSchema: 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>>>;
|
||||
data: z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateInput>, z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateInput>]>;
|
||||
where: z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
||||
data: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput;
|
||||
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
}, {
|
||||
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
||||
data: 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=updateOneServiceLineTransaction.schema.d.ts.map
|
||||
Reference in New Issue
Block a user