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