feat: enable file upload support for announcement creation with multipart form data handling.
This commit is contained in:
parent
dd5a8c1cc8
commit
d2b3842564
3 changed files with 64 additions and 16 deletions
|
|
@ -43,7 +43,7 @@ export interface CreateAnnouncementInput{
|
|||
content: MultiLanguageText;
|
||||
status: string;
|
||||
is_pinned: boolean;
|
||||
attachments?: AnnouncementAttachment[];
|
||||
files?: Express.Multer.File[];
|
||||
}
|
||||
|
||||
export interface UploadAnnouncementAttachmentInput{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue