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

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