Interface Domains

interface Domains {
    Domains: Domain[];
    TotalCount: number;
}

Properties

Properties

Domains: Domain[]
TotalCount: number