import JSONAPIData from './JSONAPIData'; export default interface JSONAPIModel extends JSONAPIData { attributes: Attributes; relationships: { [key in Relationships]: { data: JSONAPIData | Array | null; }; }; } //# sourceMappingURL=JSONAPIModel.d.ts.map