interface DeviceGroupSelectorData {
    selectorIds: number[];
    [key: string]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

Properties

selectorIds: number[]