Interface IErrorItem

    interface IErrorItem {
        display?: false;
        err?: ICallError;
        title: string;
    }

    Properties

    Properties

    display?: false
    title: string

    Generated using TypeDoc and TypeDoc Airthium Plugin