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.
2 parents 0fbad98 + ea9e51c commit 46ae4caCopy full SHA for 46ae4ca
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