import { Distance } from "./distance"; export interface WaterDepthLimits { min?: Distance; max?: Distance; }