Interface InboundRule

interface InboundRule {
    ID: number;
    Rule: string;
}

Properties

Properties

ID: number
Rule: string