/**
 * This file was generated by st-open-api
 */
import { IInlandWaterwayAttributes } from './i-inland-waterway-attributes';
export interface IInlandWaterway {
    attributes?: IInlandWaterwayAttributes;
}
