/**
 * This file was generated by st-open-api
 */
import { ISeaAttributes } from './i-sea-attributes';
export interface ISea {
    attributes?: ISeaAttributes;
}
