mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
feat: transform firebird model rows
This commit is contained in:
2
packages/types/test-engines.d.ts
vendored
2
packages/types/test-engines.d.ts
vendored
@@ -93,4 +93,6 @@ export type TestEngineInfo = {
|
||||
}>;
|
||||
|
||||
objects?: Array<TestObjectInfo>;
|
||||
|
||||
transformModelRow?: (row: Record<string, any>) => Record<string, any>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user