/** * 3Di API * 3Di simulation API (latest stable version: v3) Framework release: 3.0.1 3Di core release: 2.3.0.dev0 deployed on: 10:42AM (UTC) on October 04, 2022 * * The version of the OpenAPI document: v3 * Contact: info@nelen-schuurmans.nl * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { Breach, FileBoundaryCondition, FileLateral, FileRasterLeakage, FileRasterRain, FileRasterSourcesSinks, FileStructureControl, FileTimeseriesLeakage, FileTimeseriesRain, FileTimeseriesSourcesSinks, GroundWaterLevel, GroundWaterRaster, InitialSavedStateOverview, Lateral, LizardRasterRain, LizardRasterSourcesSinks, LizardTimeseriesRain, LizardTimeseriesSourcesSinks, LocalRain, MemoryStructureControl, ObstacleEdit, OneDWaterLevel, OneDWaterLevelFile, OneDWaterLevelPredefined, RasterEdit, SavedStateOverview, TableStructureControl, TimedStructureControl, TimeseriesLeakageOverview, TimeseriesRainOverview, TimeseriesSourcesSinksOverview, TwoDWaterLevel, TwoDWaterRaster, Wind, WindDragCoefficient } from './'; /** * * @export * @interface Event */ export interface Event { /** * * @type {Array} * @memberof Event */ readonly lizardrasterrain?: Array; /** * * @type {Array} * @memberof Event */ readonly lizardtimeseriesrain?: Array; /** * * @type {Array} * @memberof Event */ readonly timeseriesrain?: Array; /** * * @type {Array} * @memberof Event */ readonly breach?: Array; /** * * @type {Array} * @memberof Event */ readonly lizardrastersourcessinks?: Array; /** * * @type {Array} * @memberof Event */ readonly lizardtimeseriessourcessinks?: Array; /** * * @type {Array} * @memberof Event */ readonly filerastersourcessinks?: Array; /** * * @type {Array} * @memberof Event */ readonly filetimeseriessourcessinks?: Array; /** * * @type {Array} * @memberof Event */ readonly timeseriessourcessinks?: Array; /** * * @type {Array} * @memberof Event */ readonly leakage?: Array; /** * * @type {Array} * @memberof Event */ readonly filetimeseriesleakage?: Array; /** * * @type {Array} * @memberof Event */ readonly filerasterleakage?: Array; /** * * @type {TwoDWaterLevel} * @memberof Event */ initialTwodwaterlevel?: TwoDWaterLevel; /** * * @type {OneDWaterLevelPredefined} * @memberof Event */ initialOnedwaterlevelpredefined?: OneDWaterLevelPredefined; /** * * @type {GroundWaterLevel} * @memberof Event */ initialGroundwaterlevel?: GroundWaterLevel; /** * * @type {GroundWaterRaster} * @memberof Event */ initialGroundwaterraster?: GroundWaterRaster; /** * * @type {OneDWaterLevel} * @memberof Event */ initialOnedwaterlevel?: OneDWaterLevel; /** * * @type {OneDWaterLevelFile} * @memberof Event */ initialOnedwaterlevelfile?: OneDWaterLevelFile; /** * * @type {TwoDWaterRaster} * @memberof Event */ initialTwodwaterraster?: TwoDWaterRaster; /** * * @type {Array} * @memberof Event */ readonly filerasterrain?: Array; /** * * @type {Array} * @memberof Event */ readonly filetimeseriesrain?: Array; /** * * @type {InitialSavedStateOverview} * @memberof Event */ initialSavedstate?: InitialSavedStateOverview; /** * * @type {Array} * @memberof Event */ readonly savedstates?: Array; /** * * @type {Array} * @memberof Event */ readonly laterals?: Array; /** * * @type {Array} * @memberof Event */ readonly filelaterals?: Array; /** * * @type {FileBoundaryCondition} * @memberof Event */ fileboundaryconditions?: FileBoundaryCondition; /** * * @type {Array} * @memberof Event */ readonly tablestructurecontrols?: Array; /** * * @type {Array} * @memberof Event */ readonly memorystructurecontrols?: Array; /** * * @type {Array} * @memberof Event */ readonly timedstructurecontrols?: Array; /** * * @type {Array} * @memberof Event */ readonly filestructurecontrols?: Array; /** * * @type {Array} * @memberof Event */ readonly rasteredits?: Array; /** * * @type {Array} * @memberof Event */ readonly obstacleedits?: Array; /** * * @type {Array} * @memberof Event */ readonly localrain?: Array; /** * * @type {Array} * @memberof Event */ readonly wind?: Array; /** * * @type {WindDragCoefficient} * @memberof Event */ initialWinddragcoefficient?: WindDragCoefficient; } export declare function EventFromJSON(json: any): Event; export declare function EventToJSON(value?: Event): any;