web: fix many type errors

This commit is contained in:
Abdullah Atta
2023-12-21 13:37:55 +05:00
parent 0cd6191190
commit 7b3f671159
42 changed files with 236 additions and 232 deletions

View File

@@ -20,3 +20,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
export * from "./types";
export { VirtualizedGrouping } from "./utils/virtualized-grouping";
export { DefaultColors } from "./collections/colors";
export { type BackupFile, type LegacyBackupFile } from "./database/backup";