English
Appearance
number?
Promise<GetAllFriendsResponse>
export type GetAllFriendsResponse = User[];
api.getAllFriends() .then(console.log) .catch(console.error);