
com.freya02.botcommands.api.components.data.ComponentTimeout.kt Maven / Gradle / Ivy
package com.freya02.botcommands.api.components.data
import kotlinx.datetime.Instant
interface ComponentTimeout {
val expirationTimestamp: Instant
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy