Placement

interface Placement {
    val name: String
}

Last updated