import { QuadTile } from '../../manager/quadTile/QuadTile'; export interface ISortedTileData { quadTileList: QuadTile[]; inAreaRange: Function; }