Improve typing of FileUploadState.messages
parent
dcd66c1515
commit
bb4ef58d82
|
@ -304,7 +304,7 @@ export interface FileUploadState {
|
|||
/**
|
||||
* Current messages.
|
||||
*/
|
||||
messages: any[];
|
||||
messages: string[] | null;
|
||||
/**
|
||||
* Current progress state as a number.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue