@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 376 B
TypeScript
import { StateEnum } from './user/StateEnum';
/** Hosting indys */
export interface Indy {
/** AttachedDomain IDs linked to this multidomain */
attachedDomains: string[];
/** Home directory */
home: string;
/** Login of the multidomain independent user */
login: string;
/** User status */
state: StateEnum;
}
//# sourceMappingURL=Indy.d.ts.map