UNPKG

json-api-deserialize

Version:

A deserializer for JSON:API responses

13 lines (12 loc) 216 B
export default interface IError { id?: any; links?: { about?: string; }; status?: string; code?: string; title?: string; detail?: string; source?: object; meta?: object; }