Interface InboundRules

interface InboundRules {
    InboundRules: InboundRule[];
    TotalCount: number;
}

Properties

InboundRules: InboundRule[]
TotalCount: number