initial commit
This commit is contained in:
47
packages/db/shared/schemas/objects/AppointmentProcedureMaxAggregateInput.schema.d.ts
vendored
Normal file
47
packages/db/shared/schemas/objects/AppointmentProcedureMaxAggregateInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const AppointmentProcedureMaxAggregateInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureMaxAggregateInputType>;
|
||||
export declare const AppointmentProcedureMaxAggregateInputObjectZodSchema: z.ZodObject<{
|
||||
id: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
appointmentId: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
patientId: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
procedureCode: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
procedureLabel: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
fee: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
category: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
toothNumber: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
toothSurface: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
oralCavityArea: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
source: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
comboKey: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
createdAt: z.ZodOptional<z.ZodLiteral<true>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: true | undefined;
|
||||
id?: true | undefined;
|
||||
patientId?: true | undefined;
|
||||
procedureCode?: true | undefined;
|
||||
procedureLabel?: true | undefined;
|
||||
fee?: true | undefined;
|
||||
category?: true | undefined;
|
||||
toothNumber?: true | undefined;
|
||||
toothSurface?: true | undefined;
|
||||
oralCavityArea?: true | undefined;
|
||||
source?: true | undefined;
|
||||
comboKey?: true | undefined;
|
||||
appointmentId?: true | undefined;
|
||||
}, {
|
||||
createdAt?: true | undefined;
|
||||
id?: true | undefined;
|
||||
patientId?: true | undefined;
|
||||
procedureCode?: true | undefined;
|
||||
procedureLabel?: true | undefined;
|
||||
fee?: true | undefined;
|
||||
category?: true | undefined;
|
||||
toothNumber?: true | undefined;
|
||||
toothSurface?: true | undefined;
|
||||
oralCavityArea?: true | undefined;
|
||||
source?: true | undefined;
|
||||
comboKey?: true | undefined;
|
||||
appointmentId?: true | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=AppointmentProcedureMaxAggregateInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user