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