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
/
attributes.interface.ts
6 lines
(4 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
5
6
// https://jsonapi.org/format/#document-resource-object-attributes
export
default
interface
IAttributes
{ [
key
:
string
]:
object
; };