initial commit
This commit is contained in:
26
packages/db/shared/schemas/countAppointmentProcedure.schema.d.ts
vendored
Normal file
26
packages/db/shared/schemas/countAppointmentProcedure.schema.d.ts
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const AppointmentProcedureCountSchema: z.ZodType<Prisma.AppointmentProcedureCountArgs>;
|
||||
export declare const AppointmentProcedureCountZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.AppointmentProcedureOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
select: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.AppointmentProcedureCountAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureCountAggregateInputType>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
select?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithRelationInput | Prisma.AppointmentProcedureOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
}, {
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
select?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithRelationInput | Prisma.AppointmentProcedureOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=countAppointmentProcedure.schema.d.ts.map
|
||||
Reference in New Issue
Block a user