import { EntityEidType, BasicInfoAtomType, TransformAtomType, AssetAtomType } from '../data-type'; import { MaterialAtomType } from './material'; export interface StaticType extends EntityEidType, Partial, Partial, Partial, Partial { }