@gridscale/api
Version:
gridscale API Wrapper
13 lines (10 loc) • 307 B
text/typescript
/* 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;
}