/** * Represents the additional data that is sent as a key-value pair. */ export interface UploadAdditionalData { [name: string]: any; }