This commit is contained in:
@@ -36,6 +36,7 @@ export interface SquareHoleShapeSnapshot {
|
||||
shapeId: string;
|
||||
shapeKind: SquareHoleShapeKind;
|
||||
label: string;
|
||||
targetHoleId: string;
|
||||
color: string;
|
||||
imageSrc?: string | null;
|
||||
}
|
||||
@@ -46,7 +47,7 @@ export interface SquareHoleHoleSnapshot {
|
||||
label: string;
|
||||
x: number;
|
||||
y: number;
|
||||
bonus: boolean;
|
||||
imageSrc?: string | null;
|
||||
}
|
||||
|
||||
export interface SquareHoleRunSnapshot {
|
||||
|
||||
Reference in New Issue
Block a user