Type Alias JSONRecord

JSONRecord: {
    [p: string]: JSONSerializable;
}

A record of JSON-serializable data.