export interface BarrelFile {
  relativePath: string;
  absolutePath: string;
  path: string;
  name: string;
}
