/** * 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 PeriodicalBoosterType: { readonly TAPPING_GURU: "TAPPING_GURU"; readonly FULL_CHARGE: "FULL_CHARGE"; }; export type PeriodicalBoosterType = typeof PeriodicalBoosterType[keyof typeof PeriodicalBoosterType]; export declare function PeriodicalBoosterTypeFromJSON(json: any): PeriodicalBoosterType; export declare function PeriodicalBoosterTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PeriodicalBoosterType; export declare function PeriodicalBoosterTypeToJSON(value?: PeriodicalBoosterType | null): any;