import { EntityEidType, BasicInfoAtomType, TransformAtomType } from '../data-type'; export interface ParticleType extends EntityEidType, Partial, Partial, Partial { } export interface ParticleEntityAtomType { particleType: string; }