/** * Nominex TMA API * API config for Nominex TMA * * The version of the OpenAPI document: 0.0.17 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const UpgradeableBoosterType: { readonly ENERGY_EXPANSION: "ENERGY_EXPANSION"; readonly MULTITAP: "MULTITAP"; readonly RECHARGE_ACCELERATOR: "RECHARGE_ACCELERATOR"; }; export type UpgradeableBoosterType = typeof UpgradeableBoosterType[keyof typeof UpgradeableBoosterType]; export declare function UpgradeableBoosterTypeFromJSON(json: any): UpgradeableBoosterType; export declare function UpgradeableBoosterTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpgradeableBoosterType; export declare function UpgradeableBoosterTypeToJSON(value?: UpgradeableBoosterType | null): any;