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

main.react.query.MutationStatus.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', SUCCESS: 'success', ERROR: 'error' })""")
external enum class MutationStatus {
    IDLE,
    LOADING,
    SUCCESS,
    ERROR,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy