UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 237 B
/** Account's ssh state */ export var SshStateEnum; (function (SshStateEnum) { SshStateEnum["active"] = "active"; SshStateEnum["none"] = "none"; SshStateEnum["sftponly"] = "sftponly"; })(SshStateEnum || (SshStateEnum = {}));