read.ts 68 B

123
  1. export type NotificationReadRequest = {
  2. notificationID?: number;
  3. };