Type Alias ClientLogLevel

ClientLogLevel:
    | "error"
    | "warning"
    | "info"
    | string