mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-10 12:51:10 +08:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
![]() |
export interface TaskData {
|
||
|
safeImport?: boolean;
|
||
|
textImportedAsText?: boolean;
|
||
|
codeImportedAsCode?: boolean;
|
||
|
shrinkImages?: boolean;
|
||
|
replaceUnderscoresWithSpaces?: boolean;
|
||
|
}
|