mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 04:29:01 +01:00
fix(client): error due to typings
This commit is contained in:
parent
3c93fdc202
commit
7b1299a758
@ -7,7 +7,7 @@ import { t } from "./i18n.js";
|
||||
|
||||
interface UploadFilesOptions {
|
||||
safeImport?: boolean;
|
||||
shrinkImages: "true" | "false";
|
||||
shrinkImages: boolean | "true" | "false";
|
||||
textImportedAsText?: boolean;
|
||||
codeImportedAsCode?: boolean;
|
||||
explodeArchives?: boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user