package response

type LoginInfo struct {
	Token string `json:"token"`
}