UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
esm
/
types
/
lib
/
simple
/
Configuration.d.ts
7 lines
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Profile
from
"../domain/Profile"
;
export
declare
class
Configuration
{
getCurrentUser
():
Promise
<
Profile
>; }
declare
const
_default
:
Configuration
;
export
default
_default;
//# sourceMappingURL=Configuration.d.ts.map