Type Alias: OnUploadSuccess()
OnUploadSuccess = (
fileKey,key,directoryPath,fileName) =>AxiosResponse<MoveToCompanyScopeResponse> |Promisable<{data:MoveToCompanyScopeResponse; }>
Parameters
fileKey
string
key
string
directoryPath
string
fileName
string
Returns
AxiosResponse<MoveToCompanyScopeResponse> | Promisable<{ data: MoveToCompanyScopeResponse; }>