Revert "feat: transform firebird model rows"

This reverts commit 5760ada3b4.
This commit is contained in:
Pavel
2025-06-12 13:29:46 +02:00
parent 4922ec4499
commit 1e2474921b
3 changed files with 0 additions and 13 deletions

View File

@@ -93,6 +93,4 @@ export type TestEngineInfo = {
}>;
objects?: Array<TestObjectInfo>;
transformModelRow?: (row: Record<string, any>) => Record<string, any>;
};