UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 189 B
/** A VNC connection informations */ export interface Vnc { /** */ host: string; /** */ password: string; /** */ port: number; } //# sourceMappingURL=Vnc.d.ts.map