Interface Notifications$SelectAccountsResource

interface Notifications$SelectAccountsResource {
    fetch(meta?: HttpMetaParams<"none">): Promise<mastodon.v1.Account[]>;
}

Methods

Methods