Skip to content

openpra-monorepo


Variable: NotificationsResponseSchema

const NotificationsResponseSchema: 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