Interface UserNotificationResource

interface UserNotificationResource {
    subscribe(): Subscription;
}

Methods

Methods