make restore migration types required (#1977)
This commit is contained in:
@ -67,7 +67,7 @@ export type ExcalidrawLinearElement = _ExcalidrawElementBase &
|
||||
Readonly<{
|
||||
type: "arrow" | "line" | "draw";
|
||||
points: readonly Point[];
|
||||
lastCommittedPoint?: Point | null;
|
||||
lastCommittedPoint: Point | null;
|
||||
}>;
|
||||
|
||||
export type PointerType = "mouse" | "pen" | "touch";
|
||||
|
Reference in New Issue
Block a user