SpecificHostPort type Signature: export type SpecificHostPort = { type: "specific"; port: number; }; ServiceRestart TagComparison