export default interface IStorageObject { name: string; storageRelativePath: string; fullPath: string; }