interface ACLRuleRequest {
    description: string;
    ip: string;
}

Properties

Properties

description: string
ip: string