UNPKG

refine-jsonapi

Version:

Data provider for refine with JSON:API specification. refine is a React-based framework for building internal tools, rapidly. JSON:API is a specification for building apis in JSON.

5 lines (4 loc) 143 B
import { CrudFilters } from "@refinedev/core"; export declare const generateFilter: (filters?: CrudFilters) => { [key: string]: string; };