Type fixes

This commit is contained in:
carlosmonastyrski
2025-03-04 10:26:23 -03:00
parent a0029ab469
commit b023bc7442

View File

@@ -1141,6 +1141,7 @@ interface CreateFolderEvent {
folderId: string;
folderName: string;
folderPath: string;
description?: string;
};
}