Type Alias: JsonValue
type JsonValue =
| JsonArray
| JsonObject
| JsonPrimitive;
Defined in: _internal/hooks-json.ts:18
JSON value accepted by Codex hooks.json.
type JsonValue =
| JsonArray
| JsonObject
| JsonPrimitive;
Defined in: _internal/hooks-json.ts:18
JSON value accepted by Codex hooks.json.