UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 167 B
/** InstanceVnc */ export interface InstanceVnc { /** VNC type */ type: string; /** VNC url */ url: string; } //# sourceMappingURL=InstanceVnc.d.ts.map