Type Alias HonuaErrorEnvelopeContextValue

HonuaErrorEnvelopeContextValue:
    | null
    | boolean
    | number
    | string
    | readonly HonuaErrorEnvelopeContextValue[]
    | {
        [key: string]: HonuaErrorEnvelopeContextValue;
    }