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