Type alias JSONPODBooleanValue

JSONPODBooleanValue: boolean | {
    boolean: boolean;
}

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

Type declaration

  • boolean: boolean

Generated using TypeDoc