interface DeviceProperiesData {
    labelId: number;
    [key: string]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

Properties

labelId: number