import { ObjectDescription } from './ObjectDescription';
export type ObjectDetails = {
    object: object;
    meta: ObjectDescription;
};
