UNPKG
@tencent-sdk/faas
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Tencent cloud faas sdk
github.com/yugasun/tencent-sdk
yugasun/tencent-sdk
@tencent-sdk/faas
/
dist
/
monitor
/
apis.d.ts
5 lines
•
276 B
TypeScript
View Raw
1
2
3
4
5
declare
const
ACTIONS
:
readonly
[
"GetMonitorData"
];
export
declare
type
ActionType
=
typeof
ACTIONS
[
number
];
declare
const
APIS
:
Record
<
"GetMonitorData"
,
(
capi
:
import
(
"@tencent-sdk/capi"
).
Capi
,
inputs
:
any
) =>
any
>;
export
default
APIS
;
//# sourceMappingURL=apis.d.ts.map