Options
All
  • Public
  • Public/Protected
  • All
Menu

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

A type definition for a partial JSON object.

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

Generated using TypeDoc