RestartIntensity type Signature: export type RestartIntensity = { count: number; period: number; }; RangePort Role