FuncType - v0.16.0
    Preparing search index...

    Interface LeftErrorType<L>

    interface LeftErrorType<L> {
        value: L;
    }

    Type Parameters

    • L

    Hierarchy

    • Error
      • LeftErrorType
    Index

    Properties

    Properties

    value: L