Interface ListDomainsResponse

interface ListDomainsResponse {
    data: DomainDesign[];
    success: boolean;
}

Properties

Properties

data: DomainDesign[]
success: boolean

Generated using TypeDoc