first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { z } from 'zod';
|
||||
import { AppointmentWhereInputObjectSchema } from './objects/AppointmentWhereInput.schema';
|
||||
|
||||
export const AppointmentDeleteManySchema = z.object({
|
||||
where: AppointmentWhereInputObjectSchema.optional(),
|
||||
});
|
||||
Reference in New Issue
Block a user