47 lines
1.9 KiB
TypeScript
47 lines
1.9 KiB
TypeScript
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
|