toggle menu
commons
3.1.0
jvm
switch theme
search in API
core
/
eth.likespro.commons.models
Package-level
declarations
Types
Types
Pagination
Link copied to clipboard
@
Serializable
data
class
Pagination
(
val
page
:
Int
,
val
itemsPerPage
:
Int
,
val
search
:
String
?
=
null
,
val
period
:
Pagination.Period
?
=
null
,
val
sort
:
Pagination.Sort
?
=
null
)
Repository
Link copied to clipboard
interface
Repository
<
Entity
:
Entity
<
ID
>
,
ID
:
Any
>