interface ServerData {
    list: (ServerBoxItem | ServerTrianglesItem | ServerPrismItem)[];
}

Properties

Properties