File

libs/core/src/lib/api-communication/connectors/sta-api-v1-connector/model/historical-locations.ts

Extends

StaSelectParams

Index

Properties

Properties

Locations
Locations: boolean
Type : boolean
Optional
Thing
Thing: boolean
Type : boolean
Optional
time
time: boolean
Type : boolean
Optional
import { StaExpandParams, StaObject, StaSelectParams } from './sta-interface';

export interface HistoricalLocation extends StaObject {
    time?: Date;
    'Locations@iot.navigationLink'?: string;
    'Thing@iot.navigationLink'?: string;
}

export interface InsertHistoricalLocation extends HistoricalLocation {
    time: Date;
}

export interface HistoricalLocationSelectParams extends StaSelectParams {
    time?: boolean;
    Locations?: boolean;
    Thing?: boolean;
}

export interface HistoricalLocationExpandParams extends StaExpandParams {
    Locations?: boolean;
    Thing?: boolean;
}

result-matching ""

    No results matching ""