import { JsonApiLinksRelated } from './jsonApiLinksRelated'; /** * Contains the endpoint you can use to list the projects in this hub. * @export * @interface HubDataRelationshipsProjects */ export interface HubDataRelationshipsProjects { /** * * @type {JsonApiLinksRelated} * @memberof HubDataRelationshipsProjects */ 'links'?: JsonApiLinksRelated; }