Variable: NotificationsResponseSchema
constNotificationsResponseSchema:ZodObject<{notifications:ZodArray<ZodObject<{actorUsername:ZodString;body:ZodString;createdAt:ZodString;id:ZodString;link:ZodNullable<ZodString>;read:ZodBoolean;title:ZodString;type:ZodString; },$strip>>;unreadCount:ZodNumber; },$strip>
Defined in: notifications/NotificationSchema.ts:15
