(Feat): Initial Commit
This commit is contained in:
10
internal/data/dto/push.go
Normal file
10
internal/data/dto/push.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package dto
|
||||
|
||||
import "github.com/aarondl/null/v8"
|
||||
|
||||
type UpdatePushTokenRequest struct {
|
||||
User User
|
||||
Token string
|
||||
Provider string
|
||||
ExistingToken null.String
|
||||
}
|
||||
Reference in New Issue
Block a user