Merge pull request #6322 from jacobtylerwalls/file-upload-messages-type

Improve typing of FileUploadState.messages
pull/6378/head
Tuğçe Küçükoğlu 2024-09-10 16:25:04 +03:00 committed by GitHub
commit ecd29f799d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ export interface FileUploadState {
/**
* Current messages.
*/
messages: any[];
messages: string[] | null;
/**
* Current progress state as a number.
*/