export default interface JSONAPIResponse { data: Model; included?: Array; meta?: Array; } //# sourceMappingURL=JSONAPIResponse.d.ts.map