package structs
// swagger:model UsersResponse
type UsersResponse struct {
RoleId string
Users []AllUsers
Roles []Role
}