mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 21:15:59 +00:00
frontend - removed references to dbgate-engines
This commit is contained in:
3
packages/types/extensions.d.ts
vendored
3
packages/types/extensions.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
import { EngineDriver } from "./engines";
|
||||
|
||||
export interface FileFormatDefinition {
|
||||
storageType: string;
|
||||
extension: string;
|
||||
@@ -27,4 +29,5 @@ export interface PluginDefinition {
|
||||
export interface ExtensionsDirectory {
|
||||
plugins: PluginDefinition[];
|
||||
fileFormats: FileFormatDefinition[];
|
||||
drivers: EngineDriver[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user