UNPKG
gobot-incus
Version:
latest (6.0.0-alpha.23)
6.0.0-alpha.23
6.0.0-alpha.22
6.0.0-alpha.21
0.6.0-alpha.20
0.6.0-alpha.19
incus helper for Gobot
www.npmjs.com/package/gobot-incus
gobot-incus
/
dist
/
api.d.ts
11 lines
(8 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
type
AppInfoMeta
= {
name
:
string
;
homepage
:
string
;
version
:
string
;
slug
:
string
; };
declare
const
meta
:
AppInfoMeta
;
export
{ meta };