import { JsonApiLinksRelated } from './jsonApiLinksRelated'; /** * Information on resources that are found under this resource. * @export * @interface JsonApiRelationshipsLinksInternal */ export interface JsonApiRelationshipsLinksInternal { /** * * @type {JsonApiLinksRelated} * @memberof JsonApiRelationshipsLinksInternal */ 'links': JsonApiLinksRelated; }