interface IExecPowerup {
    max: number;
    user: string;
}

Properties

Properties

max: number
user: string