import { TransformAtomType } from '../data-type'; export interface ISectionStart { coordZRef: string; strokeColor: string; strokeWeight: number; invert: boolean; transform: TransformAtomType; }