export interface RequestNotificationSubscription {
  /** Indicates whether the user is subscribed (true) or not (false) to the request's notifications. */
  subscribed?: boolean;
}
