English
Appearance
string
Promise<UnBlockUserResponse>
export type UnBlockUserResponse = "";
const userId = "0000000000000001" api.unblockUser(userId) .then(console.log) .catch(console.error);