package types

type User struct {
	Auth     *Auth
	Profile  *Profile
	Contacts map[string]struct{}
	Settings *Settings
	Chess    *Chess
}
