Type alias JSONPODBytesValue

JSONPODBytesValue: {
    bytes: string;
}

JSONPODValue type for bytes entries. These are encoded as strings using Base64.

Type declaration

  • bytes: string

Generated using TypeDoc