mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
fix(healths): add missing attribute on HealthQueryOptionsAggregated (#2550)
This commit is contained in:
parent
bb9c581f42
commit
be370a4f99
@ -76,6 +76,12 @@ export interface HealthQueryOptionsAggregated {
|
|||||||
* supported values are: 'hour', 'day', 'week', 'month', 'year'.
|
* supported values are: 'hour', 'day', 'week', 'month', 'year'.
|
||||||
*/
|
*/
|
||||||
bucket: string;
|
bucket: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* In Android, it is possible to query for "raw" steps or to select those as filtered by the Google Fit app.
|
||||||
|
* In the latter case the query object must contain the field filtered: true.
|
||||||
|
*/
|
||||||
|
filtered?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user