UNPKG
tempnumber-client
Version:
latest (1.0.1)
1.0.1
1.0.0
temp-number.org SMS Typescript client
gitlab.com/privatix-public/tempnumber-client
tempnumber-client
/
build
/
resources
/
user
/
user.d.ts
8 lines
(7 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Base
}
from
'../base'
;
import
{
UserBalanceType
}
from
'../../types/user'
;
export
declare
class
User
extends
Base
{
getBalance
():
Promise
<
UserBalanceType
>;
getApiKey
():
Promise
<
string
>;
changeApiKey
():
Promise
<
string
>; }