import { NestedXref } from './nestedXref'; /** * The container of the additional properties. The additional properties must follow the schema specified by ``extensions.type`` and ``extensions.version``. Properties that don\'t follow the schema will be ignored. * @export * @interface JsonApiRelationshipsRefsDataMetaExtensionData */ export interface JsonApiRelationshipsRefsDataMetaExtensionData { /** * * @type {NestedXref} * @memberof JsonApiRelationshipsRefsDataMetaExtensionData */ 'nestedType': NestedXref; }