import { EntityEidType, EntityGeometryType, BasicInfoAtomType, TransformAtomType } from '../data-type'; export interface TilesType extends EntityEidType, EntityGeometryType, Partial, Partial, Partial { } export interface AesTilesEntityAtomType { spaceId: string; rangeBox: Array>; version: string; } export interface IAesTilesVisualAtom { visualGroupToNodes: any; hiddenLayers: Array; }