interface ListResource {
    subscribe(params: SubscribeListParams): Subscription;
}

Methods

Methods