UNPKG
json-api-deserialize
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0-alpha.0
A deserializer for JSON:API responses
json-api-deserialize
/
src
/
meta
/
links.interface.ts
6 lines
(5 loc)
•
136 B
text/typescript
View Raw
1
2
3
4
5
6
// https://jsonapi.org/format/#document-resource-object-links
export
default
interface
ILinks
{
self
?:
string
; related?:
string
; };