import { EntityEidType, BasicInfoAtomType } from '../data-type'; export interface WdpSceneOutlinerAtomType { eids: { [key: string]: { eids: Array; }; }; } export interface SceneOutlinerType extends EntityEidType, Partial { entities?: { [key: string]: Array>; }; }