Type alias DomainListResponse

DomainListResponse: ResponseListItem & {
    domains: IDomain[];
}

Type declaration