interface GetFollowingListResponse {
    data: User[];
    loadMoreKey?: string;
}

Properties

Properties

data: User[]
loadMoreKey?: string