# AllowedTimeFormat type · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.allowedtimeformat/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Units in which profiled execution time can be rendered.

**Signature:**

```typescript
export type AllowedTimeFormat = 'microseconds' | 'milliseconds' | 'seconds';
```

## Remarks

Used as the declared type of [IMQ\_LOG\_TIME\_FORMAT](https://imqueue.org/api/core/latest/core.imq_log_time_format/). Note that the environment value is cast rather than validated, so an out-of-range string is possible at runtime and behaves as `microseconds`.

