Add type to customDatasource
This commit is contained in:
parent
eb73370460
commit
be41a2ae6c
|
@ -1,6 +1,7 @@
|
|||
import DataFetch from "./DataFetch"
|
||||
|
||||
interface CustomDatasource {
|
||||
type: "custom"
|
||||
data: any
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue