Preparing search index...
The search index is not available
TagoIO SDK for JavaScript and TypeScript
TagoIO SDK for JavaScript and TypeScript
Types
DataCreate
Type alias DataCreate
Data
Create
:
Required
<
Pick
<
Data
,
"variable"
>
>
&
Partial
<
Omit
<
Data
,
"id"
|
"device"
|
"origin"
|
"location"
|
"time"
|
"created_at"
>
&
{
location
:
LocationGeoJSON
|
LocationLatLng
|
null
;
time
:
string
|
Date
;
}
>
Type for creating data and sending it to the API.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
TagoIO SDK for JavaScript and TypeScript
Loading...
Type for creating data and sending it to the API.