import { OltType } from '../OltType'; export interface IOltConfiguration { ponType: OltType; }