We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ad970 commit 4836cacCopy full SHA for 4836cac
src/core/edgedb/edgedb.service.ts
@@ -69,7 +69,7 @@ export class EdgeDB {
69
* await EdgeDB.run(...);
70
* });
71
*/
72
- get usingOptions() {
+ get usingOptions(): OptionsContext['usingOptions'] {
73
return this.optionsContext.usingOptions.bind(this.optionsContext);
74
}
75
0 commit comments