API reference › @evolu/common › Time › DurationLiteralSeconds
type DurationLiteralSeconds = `${Digit1To59}s` | `${Digit1To59}.${Digit1To9}s`;
Defined in: packages/common/src/Time.ts:235
Seconds duration: "1s" to "59s" or "1.1s" to "59.9s". See
DurationLiteral.