RangePort type

Signature:

export type RangePort = {
    type: "range";
    minPort: number;
    maxPort: number;
};