interface ClusterParams {
    withDevices: boolean;
    [key: string]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

Properties

withDevices: boolean