This commit is contained in:
Manav Rathi
2025-02-20 18:55:59 +05:30
parent 3e6c253a24
commit ee2f03adca

View File

@@ -103,8 +103,11 @@ interface UploadProps {
onUploadFile: (file: EnteFile) => void;
/**
* Called when the plan selection modal should be shown.
*
* It is optional because {@link Upload} is also used by the public albums
* app, where the scenario requiring this will not arise.
*/
onShowPlanSelector: () => void;
onShowPlanSelector?: () => void;
setCollections?: (cs: Collection[]) => void;
isFirstUpload?: boolean;
uploadTypeSelectorView: boolean;