UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 126 B
/** Key information */ export interface Key { /** Public key */ publicKey: string; } //# sourceMappingURL=Key.d.ts.map