import { EntityEidType, BasicInfoAtomType, TransformAtomType } from '../data-type'; export interface RasterType extends EntityEidType, Partial, Partial { rasterStyle?: Partial; } export interface RasterEntityAtomType { path: string; type: string; gradientSetting: Array; }