R
Refine
E
Refine
•
12mo ago
exclusive-coral
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
?
Refine
Join
6,201
Members
View on Discord
Was this page helpful?
Yes
No
B
brilliant-lime
•
12/31/24, 7:26 AM
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
:
E
exclusive-coral
OP
•
12/31/24, 7:27 AM
thanks
!
import
{
DataProvider,
CrudFilters,
CrudSorting
}
from
"@refinedev/core"
;
import
{
DataProvider,
CrudFilters,
CrudSorting
}
from
"@refinedev/core"
;