/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { IPAM } from './IPAM'; import type { NetworkContainer } from './NetworkContainer'; export type Network = { Name?: string; Id?: string; Created?: string; Scope?: string; Driver?: string; EnableIPv6?: boolean; IPAM?: IPAM; Internal?: boolean; Attachable?: boolean; Ingress?: boolean; Containers?: Record; Options?: Record; Labels?: Record; };