UNPKG

json-api-deserialize

Version:

A deserializer for JSON:API responses

4 lines (3 loc) 68 B
export default interface IAttributes { [key: string]: object; }