Skip to content

Commit bbde615

Browse files
lcawlflobernd
andauthored
Update specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts
Co-authored-by: Florian Bernd <[email protected]>
1 parent 0a4f0c2 commit bbde615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Response {
3838
* The time that passed between the start of the last two data stream lifecycle executions.
3939
* This value should amount approximately to `data_streams.lifecycle.poll_interval`.
4040
*/
41-
time_between_starts_in_millis?: long
41+
time_between_starts_in_millis?: DurationValue<UnitMillis>
4242
}
4343
}
4444

0 commit comments

Comments
 (0)