import {RemoteCatalogEntry} from "./remote-catalog-entry";
export interface RemoteCatalog {
  entries: RemoteCatalogEntry[];
}
