Format numeric values representing time durations.
- Human readable: 3661 seconds displays as "1h 1m 1s"
- Timecode: 3661 seconds displays as "01:01:01"
| Name | Type | Required | Description |
|---|---|---|---|
| format_style | DurationFormatStyle | Yes | |
| precision | Optional[DurationPrecision] | No | |
| base_value | DurationBaseValue | Yes | |
| type | Literal["duration"] | Yes | None |