SpecificHostPort type

Signature:

export declare type SpecificHostPort = {
    type: "specific";
    port: number;
};