7 lines
104 B
Go
7 lines
104 B
Go
|
package utils
|
||
|
|
||
|
type NotificationCreatedMessage struct {
|
||
|
NotifiedID string
|
||
|
NotificationID string
|
||
|
}
|