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

commonMain.com.xebia.functional.xef.SelectedItems.kt Maven / Gradle / Ivy

The newest version!
package com.xebia.functional.xef

import com.xebia.functional.xef.conversation.Description
import kotlinx.serialization.Serializable

@Serializable
@Description("The selected items indexes")
data class SelectedItems(
  @Description("The selected items indexes") val selectedItems: List,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy