export interface HalLink {
  href: string;
  templated?: boolean;
}
