Type Alias: JsonObject
JsonObject = {[
key:string]:JsonValue; }
Defined in: _internal/types.ts:7
JSON-compatible object shape.
Index Signatureโ
[key: string]: JsonValue
JsonObject = {[
key:string]:JsonValue; }
Defined in: _internal/types.ts:7
JSON-compatible object shape.
[key: string]: JsonValue