UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 354 B
import { Ip } from '../Ip'; /** All the infos needed to connect yourself to your OTB */ export interface RemoteAccessConnectionInfos { /** IP to connect to when accessing the device remotely */ ip?: Ip; /** Port to connect to when accessing the device remotely */ port?: number; } //# sourceMappingURL=RemoteAccessConnectionInfos.d.ts.map