initial commit
This commit is contained in:
29
packages/db/shared/schemas/objects/ClaimFileScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal file
29
packages/db/shared/schemas/objects/ClaimFileScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ClaimFileScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput>;
|
||||
export declare const ClaimFileScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
||||
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimFileScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimFileScalarWhereWithAggregatesInput>>, "many">]>>;
|
||||
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimFileScalarWhereWithAggregatesInput>>, "many">>;
|
||||
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimFileScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimFileScalarWhereWithAggregatesInput>>, "many">]>>;
|
||||
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
||||
claimId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
||||
filename: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
||||
mimeType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
AND?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined;
|
||||
OR?: Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined;
|
||||
NOT?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined;
|
||||
filename?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
||||
mimeType?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
||||
claimId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
}, {
|
||||
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
AND?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined;
|
||||
OR?: Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined;
|
||||
NOT?: Prisma.ClaimFileScalarWhereWithAggregatesInput | Prisma.ClaimFileScalarWhereWithAggregatesInput[] | undefined;
|
||||
filename?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
||||
mimeType?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
||||
claimId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ClaimFileScalarWhereWithAggregatesInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user