Type Alias: JSONObject
type JSONObject = {
[key: string]: JSONValue | undefined;
};Defined in: packages/protocol/src/json.ts:13
Index Signature
[key: string]: JSONValue | undefinedtype JSONObject = {
[key: string]: JSONValue | undefined;
};Defined in: packages/protocol/src/json.ts:13
[key: string]: JSONValue | undefined