export interface JsonApiHydratedDataInterface { jsonApi: any; included: any[]; allData?: any[]; }