UNPKG
hal-object
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.0
1.0.0
0.6.0
0.5.0
object for the Hal mediatype
gitlab.com/073TruantKernel/hal-object
hal-object
/
lib
/
esm
/
link-object.d.ts
11 lines
(10 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
HalHyperlink
{
href
:
string
;
templated
:
boolean
;
type
:
string
;
depreciation
:
string
;
name
:
string
;
profile
:
string
;
title
:
string
;
hreflang
:
string
; }