export interface Link { method: string rel: string href: string uri: string type: string }