14 lines
1016 B
TypeScript
14 lines
1016 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentCreateManyUpdatedByInputEnvelopeObjectSchema: z.ZodType<Prisma.PaymentCreateManyUpdatedByInputEnvelope>;
|
|
export declare const PaymentCreateManyUpdatedByInputEnvelopeObjectZodSchema: z.ZodObject<{
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateManyUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateManyUpdatedByInput>>, "many">]>;
|
|
skipDuplicates: z.ZodOptional<z.ZodBoolean>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.PaymentCreateManyUpdatedByInput | Prisma.PaymentCreateManyUpdatedByInput[];
|
|
skipDuplicates?: boolean | undefined;
|
|
}, {
|
|
data: Prisma.PaymentCreateManyUpdatedByInput | Prisma.PaymentCreateManyUpdatedByInput[];
|
|
skipDuplicates?: boolean | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PaymentCreateManyUpdatedByInputEnvelope.schema.d.ts.map
|