src/app/models/link.model.ts
Href: string
string
Relation: string
export interface Link { Href: string; Relation: string; }