Fixing typing.
This commit is contained in:
parent
86aefcfe1a
commit
45702ce918
|
@ -9,7 +9,6 @@ import {
|
|||
RelationshipsJson,
|
||||
SearchFilters,
|
||||
SortDirection,
|
||||
Table,
|
||||
} from "@budibase/types"
|
||||
import environment from "../../environment"
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ export interface Table extends Document {
|
|||
sourceType: TableSourceType
|
||||
views?: { [key: string]: View | ViewV2 }
|
||||
name: string
|
||||
originalName?: string
|
||||
sourceId: string
|
||||
primary?: string[]
|
||||
schema: TableSchema
|
||||
|
|
Loading…
Reference in New Issue