JsonValue
eslint-plugin-copilot Documentation v1.1.4
eslint-plugin-copilot Documentation / _internal/repository-hooks-json / JsonValue
Type Alias: JsonValue
type JsonValue = JsonArray | JsonObject | JsonPrimitive;
Defined in: _internal/repository-hooks-json.ts:24
Any supported JSON value.