import { JsonApiTypeId } from './jsonApiTypeId'; /** * Information on the ``id`` and ``type`` properties of a resource. This is available only for Fusion Team hubs and A360 Personal hubs. * @export * @interface HubDataRelationshipsPimCollection */ export interface HubDataRelationshipsPimCollection { /** * * @type {JsonApiTypeId} * @memberof HubDataRelationshipsPimCollection */ 'data'?: JsonApiTypeId; }