Interface PartialJSONObject

A type definition for a partial JSON object.

Note: Partial here means that the JSON object attributes can be undefined.

Hierarchy

  • PartialJSONObject

Indexable

[key: string]: PartialJSONValue | undefined

Generated using TypeDoc