Tiếng Việt
Appearance
Promise<KeepAliveResponse>
export type KeepAliveResponse = { config_vesion: number };
api.keepAlive() .then(console.log) .catch(console.error);