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

main.react.query.QueryStatus.core.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.query

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""({ IDLE: 'idle', LOADING: 'loading', ERROR: 'error', SUCCESS: 'success' })""")
external enum class QueryStatus {
    IDLE,
    LOADING,
    ERROR,
    SUCCESS,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy