export interface PowerUpShield {
    /**
     * Time of the event in seconds
     */
    duration: number;
}
