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

Properties

Properties

display?: false
title: string