import { IVector2 } from '../common/IVector2'; export interface ICurrentBuildings { sortOption?: { center?: IVector2; byAsc?: boolean; }; }