Type alias JSONPODStringValue

JSONPODStringValue: string | {
    string: string;
}

JSONPODValue type for string entries. These can be most simply encoded as a JSON string, which is reserved for this type.

Type declaration

  • string: string

Generated using TypeDoc