UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
lib
/
types
/
modules
/
User
/
index.d.ts
10 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
TAddUser
}
from
"./models"
;
export
default
class
{
static
addUser
(
user
:
TAddUser
):
Promise
<
any
>;
static
getExtensions
():
Promise
<{
context
:
string
;
contextLabel
:
string
;
numbers
:
string
[]; }[]>; }
//# sourceMappingURL=index.d.ts.map