import Service from 'ui/models/service';
var ScalingGroup = Service.extend({
type: 'scalingGroup',
});
export default ScalingGroup;