/** * storage details */ export interface StorageDetails { totalSize: string; }