UNPKG
@remote.it/core
Version:
latest (0.43.7)
0.43.7
0.43.4
0.43.3
0.43.2
0.43.1
0.42.2-alpha.1
0.42.2-alpha.0
0.42.1
0.42.0
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Core remote.it JavasScript/TypeScript library
@remote.it/core
/
lib
/
PlatformResource.d.ts
13 lines
(12 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
declare
class
PlatformResource
{
static
all
():
Promise
<
PlatformResourceResponse
> }
export
interface
Platform
{
code
:
string
name
:
string
}
export
interface
PlatformResourceResponse
{
status
:
'true'
|
'false'
types
:
Platform
[] }
//# sourceMappingURL=PlatformResource.d.ts.map