UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

13 lines (12 loc) 243 B
export interface IReverseProxyConfig { destinationIps: string[]; destinationPorts: number[]; hostName: string; privateKey: string; publicKey: string; authentication?: { type: 'Basic'; user: string; pass: string; }; }