context.getDatabaseEngine is returning wrong type.
It returns an engine from DATABASE_ENGINES which has a single entry of type StorageEngineVerida but currently it's returning IStorageEngine which has no relationship between two.
And also context.databaseEngines is typed as [key: string]: IStorageEngine but it's assigning StorageEngineVerida type.
context.getDatabaseEngineis returning wrong type.It returns an engine from
DATABASE_ENGINESwhich has a single entry of typeStorageEngineVeridabut currently it's returningIStorageEnginewhich has no relationship between two.And also
context.databaseEnginesis typed as[key: string]: IStorageEnginebut it's assigningStorageEngineVeridatype.