Fix for CI

This commit is contained in:
vorotamoroz
2026-01-15 12:45:13 +09:00
parent f68c1855da
commit 4f46276ebf
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -991,3 +991,5 @@ export type ListedFiles = {
files: string[];
folders: string[];
};
export type ValueComponent = any;