UNPKG
@apihawk/appcell-sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
The ApiHawk AppCell SDK
@apihawk/appcell-sdk
/
lib
/
services
/
appcell-sdk.types.d.ts
7 lines
(6 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
IAppcellPlugin
{ name:
string
;
implements
:
string
; scope:
string
; created:
string
; }