@webitel/api-services
    Preparing search index...
    interface ApiCreateDomainRequest {
        organization?: ApiOrganization;
        password?: string;
        superuser?: string;
    }
    Index

    Properties

    organization?: ApiOrganization
    password?: string
    superuser?: string