We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 002137d + abdd567 commit af4f4dfCopy full SHA for af4f4df
1 file changed
types/datasource.d.ts
@@ -202,7 +202,7 @@ export declare class DataSource extends EventEmitter {
202
modelName: string,
203
callback: Callback<PropertyDefinition[]>,
204
): void;
205
- // legacy callback style (no options)
+ // legacy callback style (with options)
206
discoverForeignKeys(
207
208
options: Options,
0 commit comments