aboutsummaryrefslogtreecommitdiff
path: root/types/overview.go
blob: ac983a87d099047005f2224cc3d902b2f5d5331c (plain)
1
2
3
4
5
6
7
package types

type Overview struct {
	MailboxCount int64  `json:"MailboxCount"`
	EmailCount   int64  `json:"EmailCount"`
	SMTPAddress  string `json:"SMTPAddress"`
}