interface ListDomainHostsResponse {
    hosts: Host[];
    totalCount: number;
}

Properties

Properties

hosts: Host[]
totalCount: number