import { Brain } from'../services';
exportinterfaceObjectBrowserItemextendsBrain {
// Although specified also in the Brain, they come from the serialization'@id': string;
'@type': string;
title: string;
}
exporttype objectBrowserHref = Array<ObjectBrowserItem>;