/** * An object containing the URI of the endpoint to access this resource. * @export * @interface JsonApiLinksSelfSelf */ export interface JsonApiLinksSelfSelf { /** * The URI of the endpoint to access this resource. * @type {string} * @memberof JsonApiLinksSelfSelf */ 'href'?: string; }