interface IFileError {
    filename: string;
    message: string;
}

Properties

Properties

filename: string
message: string