Skip to content

PolyLine

Data

ts
export interface PolyLineData extends ShapeData {
	shapeName: 'polyline'
	points: number[]
}