Define Options for the Class
The Options to set
@modelOptions({ schemaOptions: { timestamps: true } })class ClassName {}// The default Class "TimeStamps" can be used for type information and options already set Copy
@modelOptions({ schemaOptions: { timestamps: true } })class ClassName {}// The default Class "TimeStamps" can be used for type information and options already set
Define Options for the Class