AddItemsStatus interface
Signature:
export interface AddItemsStatus
Properties
| Property | Type | Description |
|---|---|---|
| entry? | DirectoryEntry | (Optional) Directory entry of uploaded file.Only present if status is 'success'. |
| error? | Error | (Optional) |
| path | string | |
| status | 'success' | 'error' |