RangeHostPort type Signature: export type RangeHostPort = { type: "range"; minPort: number; maxPort: number; }; ProviderMetadata RestartIntensity