UNPKG
@iotize/tap
Version:
dev (2.1.0)
latest (2.30.1)
2.30.1
2.30.0
2.29.0
2.27.0
2.26.1
2.26.0
2.25.1
2.25.0
2.24.0
2.21.0
2.20.1
2.20.0
2.19.4
2.19.3
2.19.2
2.19.1
2.19.0
2.18.1
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
2.11.0-alpha.1
2.10.1
2.10.0-alpha.1
2.9.0
2.9.0-alpha.2
2.9.0-alpha.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
IoTize Device client for Javascript
developer.iotize.com
@iotize/tap
/
config
/
iotize-studio
/
lib
/
model
/
iotize-profile-model.d.ts
9 lines
(8 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
IotizeProfileModel
{
data
:
any
;
constructor
(
data
:
any
);
toJson
():
any
;
description
():
string
;
name
():
string
;
id
():
string
; }