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

commonMain.io.github.tim06.xrayConfiguration.reverse.Reverse.kt Maven / Gradle / Ivy

package io.github.tim06.xrayConfiguration.reverse

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
data class Reverse(
    @SerialName("bridges")
    val bridges: List,
    @SerialName("portals")
    val portals: List,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy