ArrayResponse

data class ArrayResponse<T>(items: T)

Properties

Link copied to clipboard
val items: T