import JSONAPIParams from './JSONAPIParams'; export default interface JSONAPIFilterParams extends JSONAPIParams { filter?: FilterFields; }