import { SPoint } from "@persagy-web/draw/lib"; export interface Outline { Outer: SPoint[]; Inner: SPoint[][]; }