UNPKG

unifi-client

Version:

NodeJs client for Unifi products (https://www.ui.com/)

7 lines (6 loc) 220 B
import { IFWRuleBaseRaw } from './IFWRuleBaseRaw'; import { icmpTypeV6, protocolV6 } from './types'; export interface IFWV6RuleRaw extends IFWRuleBaseRaw { protocol_v6: protocolV6; icmpv6_typename: icmpTypeV6; }