UNPKG
unomi-node-sdk
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
Node.js sdk for the Apache Unomi cdp
github.com/grootan/unomi-node-sdk
grootan/unomi-node-sdk
unomi-node-sdk
/
dist
/
helpers
/
apphelper.d.ts
8 lines
(7 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Client
}
from
"@elastic/elasticsearch"
;
/** *
@function
getAppName
*
@param
{
string[]
}
required
*
@param
{
{[key: string]: any
}} props */
export
declare
function
getAppName
(
elasticClient
:
Client
,
apiKey
:
string
):
Promise
<
any
>;