1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fixing typing.

This commit is contained in:
mike12345567 2024-03-04 17:02:52 +00:00
parent 86aefcfe1a
commit 45702ce918
2 changed files with 0 additions and 2 deletions

View file

@ -9,7 +9,6 @@ import {
RelationshipsJson,
SearchFilters,
SortDirection,
Table,
} from "@budibase/types"
import environment from "../../environment"

View file

@ -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