This commit is contained in:
Халимов Рустам
2025-12-27 23:33:57 +03:00
parent 492585a2be
commit ac00068175
4 changed files with 179 additions and 277 deletions
-7
View File
@@ -11,16 +11,9 @@ export interface AppConfig {
cornerRadius: number;
}
export interface CellSubdivision {
rows: number;
cols: number;
}
export interface LayoutSplits {
x: number[];
y: number[];
// Добавляем обязательное поле, но разрешаем ему быть пустым
subdivisions: Record<string, CellSubdivision>;
}
export interface GeneratedPart {