export interface IDestination {
    path: string;
    isDirectory: boolean;
}
