import type { Overlay } from './Overlay';

// TODO: 待完善
export type VectorOverlay = Overlay;
