interface DeviceTimeSummaryQueryParams {
    forWholeAccount: boolean;
    [key: string]: QueryParam | QueryParam[];
    [key: number]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

Properties

forWholeAccount: boolean