UNPKG

hal-object

Version:

object for the Hal mediatype

11 lines (10 loc) 200 B
export interface HalHyperlink { href: string; templated: boolean; type: string; depreciation: string; name: string; profile: string; title: string; hreflang: string; }