mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
refactor(control): change folder_element id from optional to required
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user