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