UNPKG
@interopio/desktop-cli
Version:
alpha (0.0.1-alpha.2)
latest (0.0.1-alpha.6)
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
CLI tool for setting up, building and packaging io.Connect Desktop projects
@interopio/desktop-cli
/
dist
/
services
/
license.service.d.ts
7 lines
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
LicenseService
{
hasValidLicense
():
boolean
;
getLicenseInfo
():
string
; }
declare
const
_default
:
LicenseService
;
export
default
_default;
//# sourceMappingURL=license.service.d.ts.map