UNPKG

tempnumber-client

Version:

temp-number.org SMS Typescript client

8 lines (7 loc) 242 B
import { Base } from '../base'; import { UserBalanceType } from '../../types/user'; export declare class User extends Base { getBalance(): Promise<UserBalanceType>; getApiKey(): Promise<string>; changeApiKey(): Promise<string>; }