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 0fbad98 commit ea9e51cCopy full SHA for ea9e51c
lib/models/Model.d.ts
@@ -28,6 +28,8 @@ export declare abstract class Model<T> extends Hooks {
28
29
static isInitialized: boolean;
30
31
+ static associations?: { [key: string]: any };
32
+
33
/**
34
* Remove attribute from model definition
35
*
0 commit comments