package api

type SendLoginCodeResponse struct {
	Err error `json:"err"`
}
