UNPKG

51timapi

Version:

TimApi is a traffic related plugin for WdpApi.

10 lines (9 loc) 366 B
import { EntityEidType, BasicInfoAtomType, TransformAtomType } from '../data-type'; export interface RasterType extends EntityEidType, Partial<BasicInfoAtomType>, Partial<TransformAtomType> { rasterStyle?: Partial<RasterEntityAtomType>; } export interface RasterEntityAtomType { path: string; type: string; gradientSetting: Array<string>; }