export interface HypermediaLink {
    rel: Array<string>;
    href: string;
}
