import { IProperties } from './IProperties'; import { PolygonType } from './PolygonType'; export interface IPolygonMeshOption { type: PolygonType; coordinates: any; properties: IProperties; }