mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 12:47:25 +00:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
|
|
||
|
export default interface GridConfig {
|
||
|
hiddenColumns: number[];
|
||
|
}
|