eastern-cyan•10mo ago
Guys do we have type for dataprovider?
Guys do we have type for dataprovider? If we have, do we also have typings for filter, pagination, sorting properties?
2 Replies
quickest-silver•10mo ago
Hello @Onder,
You can find types here: https://github.com/refinedev/refine/blob/main/packages/core/src/contexts/data/types.ts
and you can import these types like this:
typical-coral•10mo ago
thanks!