Exports

data class Exports(val exportsVersion: Int, val targets: List<TargetExport> = listOf())

Constructors

Link copied to clipboard
fun Exports(exportsVersion: Int, targets: List<TargetExport> = listOf())

Properties

Link copied to clipboard
val exportsVersion: Int
Link copied to clipboard
val targets: List<TargetExport>

Sources

Link copied to clipboard