AnyJson type
Any value that survives JSON.stringify unchanged.
Signature:
export type AnyJson = boolean | number | string | null | undefined | JsonArray | JsonObject;
References: JsonArray, JsonObject
Remarks
A structural copy of the type in @imqueue/core, declared here so the logger needs no runtime dependency on the queue library. The shapes match exactly, so values remain assignable in both directions.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.