import { OverlaySourceType } from './OverlaySourceType'; export interface IOverlaySourceOption { type: OverlaySourceType; data: string; }