AllowedTimeFormat type
Units in which profiled execution time can be rendered.
Signature:
export type AllowedTimeFormat = 'microseconds' | 'milliseconds' | 'seconds';
Remarks
Used as the declared type of 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.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.