interface DeviceStatisticQueryParam {
    forWholeAccount: boolean;
    mode: string;
    skipCommonProject: boolean;
    skipShared: boolean;
    [key: string]: QueryParam | QueryParam[];
    [key: number]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

forWholeAccount: boolean
mode: string
skipCommonProject: boolean
skipShared: boolean