// SPDX-FileCopyrightText: 2025 The Project Pterodactyl Developers // // SPDX-License-Identifier: MPL-2.0 import Foundation import llbuild2fx struct UnitMap: Codable, FXValue { let units: [UnitName: UnitInfo] }