Add endpoint to upload application file (#17270)

As title
This commit is contained in:
martmull
2026-01-20 15:10:34 +01:00
committed by GitHub
parent 801878cb2b
commit 02a181a49f
24 changed files with 302 additions and 39 deletions
@@ -1,4 +1,4 @@
import { type FileFolder } from 'src/engine/core-modules/file/interfaces/file-folder.interface';
import { type FileFolder } from 'twenty-shared/types';
import { type ShortCropSize } from 'src/utils/image';