initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateStaff.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateStaff.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const StaffAggregateSchema: z.ZodType<Prisma.StaffAggregateArgs>;
|
||||
export declare const StaffAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.StaffOrderByWithRelationInput, z.ZodTypeDef, Prisma.StaffOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.StaffOrderByWithRelationInput, z.ZodTypeDef, Prisma.StaffOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.StaffCountAggregateInputType, z.ZodTypeDef, Prisma.StaffCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.StaffMinAggregateInputType, z.ZodTypeDef, Prisma.StaffMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.StaffMaxAggregateInputType, z.ZodTypeDef, Prisma.StaffMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.StaffAvgAggregateInputType, z.ZodTypeDef, Prisma.StaffAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.StaffSumAggregateInputType, z.ZodTypeDef, Prisma.StaffSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.StaffWhereInput | undefined;
|
||||
_count?: true | Prisma.StaffCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.StaffWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.StaffMinAggregateInputType | undefined;
|
||||
_max?: Prisma.StaffMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.StaffAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.StaffSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.StaffWhereInput | undefined;
|
||||
_count?: true | Prisma.StaffCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.StaffWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.StaffMinAggregateInputType | undefined;
|
||||
_max?: Prisma.StaffMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.StaffAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.StaffSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateStaff.schema.d.ts.map
|
||||
Reference in New Issue
Block a user