Interface DomainCreateOutputDTO

DomainCreateOutputDTO

interface DomainCreateOutputDTO {
    createdDomain: DomainOutputDTO;
    password: string;
    rootRole: RoleOutputDTO;
    rootUser: UserOutputDTO;
}

Properties

createdDomain: DomainOutputDTO

DomainCreateOutputDTO

password: string

DomainCreateOutputDTO

rootRole: RoleOutputDTO

DomainCreateOutputDTO

rootUser: UserOutputDTO

DomainCreateOutputDTO