export interface FinalCollectionsInfo {
    CurrentPath: string;
    RootName: string;
    MatrixUnits: string;
    TotalSize: number;
    TotalCollections: number | string;
    ListOfCollections: string[];
    AllCollectionsPaths: string[];
}
