Variable: NotificationSchema
constNotificationSchema:ZodObject<{actorUsername:ZodString;body:ZodString;createdAt:ZodString;id:ZodString;link:ZodNullable<ZodString>;read:ZodBoolean;title:ZodString;type:ZodString; },$strip>
Defined in: notifications/NotificationSchema.ts:3
