kernl

Type Alias: JSONObject

type JSONObject = {
[key: string]: JSONValue | undefined;
};

Defined in: packages/protocol/src/json.ts:13

Index Signature

[key: string]: JSONValue | undefined

On this page