/** * @ignore * Object from Backend */ export interface Link { /** * @ignore */ href: string; /** * @ignore */ rel: string; /** * @ignore */ templated: boolean; }