Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/PassthroughInfo.d.ts
T

8 lines
158 B
TypeScript

export type PassthroughInfo = {
hostname: string;
listenPort: number;
backend: string;
publicGateways: string[];
privateIps: string[];
};