package types

type Auth struct {
	LoginCodes map[string]struct{}
	Sessions   map[string]struct{}
}
