File size: 110 Bytes
3f70c4e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package models

type AccountData struct {
	IdUser       int
	VerifyStatus string
	ErrVerif     error
}