initial commit
This commit is contained in:
11
packages/db/shared/schemas/objects/ServiceLineOrderByRelationAggregateInput.schema.d.ts
vendored
Normal file
11
packages/db/shared/schemas/objects/ServiceLineOrderByRelationAggregateInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ServiceLineOrderByRelationAggregateInputObjectSchema: z.ZodType<Prisma.ServiceLineOrderByRelationAggregateInput>;
|
||||
export declare const ServiceLineOrderByRelationAggregateInputObjectZodSchema: z.ZodObject<{
|
||||
_count: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
_count?: "asc" | "desc" | undefined;
|
||||
}, {
|
||||
_count?: "asc" | "desc" | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ServiceLineOrderByRelationAggregateInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user