package model

type AuthMeResponse struct {
	Id        uint64 `json:"id"`
	RoleId    uint64 `json:"role_id"`
	CompanyId uint64 `json:"company_id"`
	Type      string `json:"type"`
	Status    uint64 `json:"status"`
}
