interface RequestNotificationSubscription {
    subscribed?: boolean;
}

Properties

Properties

subscribed?: boolean

Indicates whether the user is subscribed (true) or not (false) to the request's notifications.