import { JsonApiLinksSelfSelf } from './jsonApiLinksSelfSelf'; /** * An object containing the URI of the endpoint to access this resource. * @export * @interface JsonApiLinksSelf */ export interface JsonApiLinksSelf { /** * * @type {JsonApiLinksSelfSelf} * @memberof JsonApiLinksSelf */ 'self'?: JsonApiLinksSelfSelf; }