first commit
This commit is contained in:
6
packages/db/shared/schemas/deleteManyPatient.schema.ts
Normal file
6
packages/db/shared/schemas/deleteManyPatient.schema.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { z } from 'zod';
|
||||
import { PatientWhereInputObjectSchema } from './objects/PatientWhereInput.schema';
|
||||
|
||||
export const PatientDeleteManySchema = z.object({
|
||||
where: PatientWhereInputObjectSchema.optional(),
|
||||
});
|
||||
Reference in New Issue
Block a user