update answer struct

This commit is contained in:
Pavel 2024-03-14 16:08:53 +03:00
parent 7ed859ef78
commit 653404d89b

@ -123,6 +123,12 @@ type Answer struct {
New bool `json:"new"`
Deleted bool
Email string
DeviceType string
Device string
Browser string
IP string
OS string
}
type ResultContent struct {