Extend types
This commit is contained in:
parent
f4ed2176c9
commit
89485aa9d1
|
@ -1,7 +1,8 @@
|
||||||
import { Row, TableSchema } from "@budibase/types"
|
import { Row, TableSchema } from "@budibase/types"
|
||||||
import DataFetch from "./DataFetch"
|
import DataFetch from "./DataFetch"
|
||||||
|
|
||||||
interface FieldDatasource {
|
export interface FieldDatasource {
|
||||||
|
tableId: string
|
||||||
fieldType: "attachment" | "array"
|
fieldType: "attachment" | "array"
|
||||||
value: string[] | Row[]
|
value: string[] | Row[]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue