FuncType - v1.8.0
    Preparing search index...

    Interface LeftErrorType<L>

    interface LeftErrorType<L> {
        value: L;
    }

    Type Parameters

    • L

    Hierarchy

    • Error
      • LeftErrorType
    Index
    value: L