Type alias JSONPODNullValue

JSONPODNullValue: null | {
    null: null;
}

JSONPODValue type for null entries. These can be most simply encoded as a JSON null, which is reserved for this type. They can optionally be expressed with an explicit type.

Type declaration

  • null: null

Generated using TypeDoc