/** * A container for the link to the current page of the response. * @export * @interface PaginationInfoSelf */ export interface PaginationInfoSelf { /** * A hypertext reference to the location of the referenced resource. * @type {string} * @memberof PaginationInfoSelf */ 'href'?: string; }