UNPKG

@gridscale/api

Version:
8 lines (7 loc) 245 B
import { NetworkinFirewall } from './NetworkinFirewall'; /** * The information about other object which are related to this Firewall. the object could be Network */ export declare type FirewallRelation = { networks?: NetworkinFirewall; };