initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/CloudFolderUpsertWithoutChildrenInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/CloudFolderUpsertWithoutChildrenInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFolderUpsertWithoutChildrenInputObjectSchema: z.ZodType<Prisma.CloudFolderUpsertWithoutChildrenInput>;
|
||||
export declare const CloudFolderUpsertWithoutChildrenInputObjectZodSchema: z.ZodObject<{
|
||||
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithoutChildrenInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput>>]>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutChildrenInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutChildrenInput>>]>;
|
||||
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereInput, z.ZodTypeDef, Prisma.CloudFolderWhereInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput;
|
||||
update: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput;
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
}, {
|
||||
create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput;
|
||||
update: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput;
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFolderUpsertWithoutChildrenInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user