interface IPowerupConfig {
    min_powerup_fee?: string;
    powerup_days?: number;
}

Properties

min_powerup_fee?: string
powerup_days?: number