mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 13:39: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 {
|
interface UploadFilesOptions {
|
||||||
safeImport?: boolean;
|
safeImport?: boolean;
|
||||||
shrinkImages: "true" | "false";
|
shrinkImages: boolean | "true" | "false";
|
||||||
textImportedAsText?: boolean;
|
textImportedAsText?: boolean;
|
||||||
codeImportedAsCode?: boolean;
|
codeImportedAsCode?: boolean;
|
||||||
explodeArchives?: boolean;
|
explodeArchives?: boolean;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user