wip: send and mark as complete

This commit is contained in:
Marcus Efraimsson
2018-09-28 11:14:36 +02:00
parent 1a75aa54de
commit 88bbc452a7
2 changed files with 21 additions and 9 deletions

View File

@@ -100,8 +100,9 @@ type SetAlertNotificationStateToPendingCommand struct {
}
type SetAlertNotificationStateToCompleteCommand struct {
Id int64
SentAt int64
Id int64
Version int64
SentAt int64
}
type GetNotificationStateQuery struct {