UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 269 B
/** Web KVM session information */ export interface BmcWebKvmValue { /** Date on which the credentials will no longer be retrievable */ expirationDate: string; /** URL of the Web KVM session */ url: string; } //# sourceMappingURL=BmcWebKvmValue.d.ts.map