We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7904f78 commit 43280b8Copy full SHA for 43280b8
types/sails.d.ts
@@ -120,7 +120,7 @@ declare namespace Sails {
120
// basic semantics
121
type: AttributeType;
122
required?: boolean;
123
- defaultsTo?: string;
+ defaultsTo?: any;
124
allowNull?: boolean;
125
autoUpdatedAt?: boolean;
126
autoCreatedAt?: boolean;
@@ -181,7 +181,7 @@ declare namespace Sails {
181
182
183
184
185
186
187
// documentation related
0 commit comments