Notification UI and house invitation
This commit is contained in:
6
src/service/notify.schema.ts
Normal file
6
src/service/notify.schema.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import z from 'zod';
|
||||
|
||||
export const notificationListSchema = z.object({
|
||||
page: z.coerce.number().min(1).default(1),
|
||||
limit: z.coerce.number().min(10).max(100).default(10),
|
||||
});
|
||||
Reference in New Issue
Block a user