RestartIntensity type

Signature:

export declare type RestartIntensity = {
    count: number;
    period: number;
};