All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.infobip.kafkistry.webapp.menu.MenuItem.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.infobip.kafkistry.webapp.menu

data class MenuItem(
        val id: String,
        val name: String,
        val urlPath: String,
        val newItem: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy