/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * OK response to NetworkCreate operation */ export type NetworkCreateResponse = { /** * The ID of the created network. */ Id: string; /** * Warnings encountered when creating the container */ Warning: string; };