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