import { IObjectMeta } from "./ObjectMeta"; export interface IMetadataObject { meta: IObjectMeta; }