Parcourir la source

They're all optionals now

Manav Rathi il y a 1 an
Parent
commit
36984012a8
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      desktop/src/main/stores/upload-status.ts

+ 0 - 5
desktop/src/main/stores/upload-status.ts

@@ -9,15 +9,10 @@ export interface UploadStatusStore {
     collectionName?: string;
     collectionName?: string;
     /**
     /**
      * Paths to regular files that are pending upload.
      * Paths to regular files that are pending upload.
-     *
-     * This should generally be present, albeit empty, but it is marked optional
-     * in sympathy with its siblings.
      */
      */
     filePaths?: string[];
     filePaths?: string[];
     /**
     /**
      * Each item is the path to a zip file and the name of an entry within it.
      * Each item is the path to a zip file and the name of an entry within it.
-     *
-     * This is marked optional since legacy stores will not have it.
      */
      */
     zipItems?: [zipPath: string, entryName: string][];
     zipItems?: [zipPath: string, entryName: string][];
     /**
     /**