export interface IErrorInfo {
    [key: string]: {
        dirty: boolean;
        msg: string;
    };
}
