FuncType - v0.8.64
    Preparing search index...

    Type Alias UniversalContainer

    UniversalContainer:
        | Option<unknown>
        | List<unknown>
        | Either<unknown, unknown>
        | Try<unknown>

    Universal type that includes all potential return types from the HKT functions Used to avoid 'any' usage which the linter prohibits