// (C) 2007-2019 GoodData Corporation import { IObjectMeta } from "./ObjectMeta"; export interface IMetadataObject { meta: IObjectMeta; }