class Service { constructor(partition, name, icon, isImage, url) { this.partition = partition; this.name = name; this.icon = icon; this.isImage = isImage; this.url = url; } } module.exports = Service;