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

commonMain.tools.ozone.team.addMember.kt Maven / Gradle / Ivy

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

package tools.ozone.team

import kotlin.String
import kotlin.Suppress
import kotlinx.serialization.Serializable
import sh.christian.ozone.api.Did

@Serializable
public data class AddMemberRequest(
  public val did: Did,
  public val role: String,
)

public typealias AddMemberResponse = Member




© 2015 - 2024 Weber Informatics LLC | Privacy Policy