mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2025-12-10 06:55:48 +00:00
upmigration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package dev.inmo.saucenaoapi.models
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class LimitsState(
|
||||
val maxShortQuota: Int,
|
||||
val maxLongQuota: Int,
|
||||
val knownShortQuota: Int,
|
||||
val knownLongQuota: Int
|
||||
)
|
||||
Reference in New Issue
Block a user