Skip to content

Commit

Permalink
feat(BRIDGE-37): notification API response changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroNafta committed Aug 20, 2024
1 parent 6bf65e7 commit f444a87
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions notification_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ type NotificationPayload struct {
Title string
Subtitle string
Body string
Priority string
}

type NotificationEvent struct {
ID string
UID string
UserID string
Type string
Time int64
Payload NotificationPayload
ID string
UID string
UserID string
Type string
Priority string
Time int64
Payload NotificationPayload
}

0 comments on commit f444a87

Please sign in to comment.