package structs
// swagger:model AdminAreaRolesResponse
type AdminAreaRolesResponse struct {
Roles []Role
RolesPermissions []RolePermissions
}