export interface IResourceFile {
  name: Function;
  condition?: Function;
}
