mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-03 06:31:30 +08: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