UNPKG

@gridscale/api

Version:
13 lines (10 loc) 307 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { NetworkinFirewall } from './NetworkinFirewall'; /** * The information about other object which are related to this Firewall. the object could be Network */ export type FirewallRelation = { networks?: NetworkinFirewall; }