interface DomainFilter {
    domain: string;
}

Properties

Properties

domain: string