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

commonMain.com.atproto.temp.checkSignupQueue.kt Maven / Gradle / Ivy

The newest version!
@file:Suppress("DEPRECATION")

package com.atproto.temp

import kotlin.Boolean
import kotlin.Long
import kotlin.Suppress
import kotlinx.serialization.Serializable

@Serializable
public data class CheckSignupQueueResponse(
  public val activated: Boolean,
  public val placeInQueue: Long? = null,
  public val estimatedTimeMs: Long? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy