Skip to content

Variable: MarkAllNotificationsReadSchema

ts
const MarkAllNotificationsReadSchema: ZodObject<{
  ids: ZodOptional<ZodArray<ZodString>>;
  read: ZodOptional<ZodBoolean>;
}, $strip>;

Defined in: parameters/markAllNotificationsRead.ts:4