builder layout start
This commit is contained in:
parent
1b93b28258
commit
4cf5b989e0
3 changed files with 63 additions and 1 deletions
|
@ -3,3 +3,8 @@ export interface TableMeta {
|
|||
columns: Array<{ column: string; type: string }>;
|
||||
relations: Array<{ column: string; relationType: string; referencedTableName: string }>;
|
||||
}
|
||||
|
||||
export interface QueryViewModel {
|
||||
id: number;
|
||||
query: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue