export interface IDeletePathOrFileOption {
    printError: boolean;
    printWarning: boolean;
    printInfo: boolean;
}
