mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47: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 = {
|
export type FolderElement = {
|
||||||
id?: string;
|
id: string;
|
||||||
hash: string;
|
hash: string;
|
||||||
name: string;
|
name: string;
|
||||||
type: string;
|
type: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user