Options
All
  • Public
  • Public/Protected
  • All
Menu

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

A type definition for a readonly partial JSON object.

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

Generated using TypeDoc