Interface AccountFamiliarFollowersResource

interface AccountFamiliarFollowersResource {
    fetch(
        id: string[],
        meta?: HttpMetaParams<"none">,
    ): Promise<FamiliarFollowers[]>;
}

Methods

Methods