UNPKG

51timapi

Version:

TimApi is a traffic related plugin for WdpApi.

9 lines (8 loc) 222 B
import { TransformAtomType } from '../data-type'; export interface ISectionStart { coordZRef: string; strokeColor: string; strokeWeight: number; invert: boolean; transform: TransformAtomType; }