✨ Notification preferences
This commit is contained in:
11
pkg/internal/models/preferences.go
Normal file
11
pkg/internal/models/preferences.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/datatypes"
|
||||
|
||||
type PreferenceNotification struct {
|
||||
BaseModel
|
||||
|
||||
Config datatypes.JSONMap `json:"config"`
|
||||
AccountID uint `json:"account_id"`
|
||||
Account Account `json:"account"`
|
||||
}
|
Reference in New Issue
Block a user