feat: se aplican varios fix a las pruebas
This commit is contained in:
@@ -74,6 +74,15 @@ export interface Block {
|
||||
initialCode?: string;
|
||||
keywords?: string[];
|
||||
timeLimit?: number;
|
||||
description?: string;
|
||||
imageUrl?: string;
|
||||
hotspots?: {
|
||||
id: string;
|
||||
x: number;
|
||||
y: number;
|
||||
radius: number;
|
||||
label: string;
|
||||
}[];
|
||||
metadata?: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user