server-ts: Fix build errors

This commit is contained in:
Elian Doran
2024-04-03 00:02:51 +03:00
parent 0daa4cc89a
commit e96b56e061
4 changed files with 12 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
export interface TaskData {
safeImport?: boolean;
textImportedAsText?: boolean;
codeImportedAsCode?: boolean;
shrinkImages?: boolean;
replaceUnderscoresWithSpaces?: boolean;
}