Tiếng Việt
Appearance
Promise<FetchAccountInfoResponse>
export type FetchAccountInfoResponse = User;
api.fetchAccountInfo() .then(console.log) .catch(console.error);