refactor(control): change folder_element id from optional to required

This commit is contained in:
E44
2025-11-26 11:26:46 +01:00
parent ac28c99764
commit 302630b519
+1 -1
View File
@@ -29,7 +29,7 @@ export const supported_file_type_icon: Record<string, typeof X> = {
}
export type FolderElement = {
id?: string;
id: string;
hash: string;
name: string;
type: string;