Skip to content

Data

ts
export interface DotData extends ShapeData {
	shapeName: 'dot'
	x: number
	y: number
	r: number
}