export type Frame = { id: string; data: { x: string | number; y: number }[]; };