mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 06:26:00 +00:00
fixes linting errors and warnings
This commit is contained in:
@@ -7,8 +7,8 @@ import { Select, Expression } from '@dbgate/sqltree';
|
||||
import { ChangeSetFieldDefinition, ChangeSetRowDefinition } from './ChangeSet';
|
||||
|
||||
export interface DisplayColumn {
|
||||
schemaName?: string;
|
||||
pureName?: string;
|
||||
schemaName: string;
|
||||
pureName: string;
|
||||
columnName: string;
|
||||
headerText: string;
|
||||
uniqueName: string;
|
||||
|
||||
Reference in New Issue
Block a user