Interface ReadonlyPartialJSONObject

A type definition for a readonly partial JSON object.

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

Hierarchy

  • ReadonlyPartialJSONObject

Indexable

[key: string]: ReadonlyPartialJSONValue | undefined

Generated using TypeDoc