Function replaceUpload
- replaceUpload(
id: string,
filename: string,
size: number,
serviceToken: string,
type: null | OutputType,
): Promise<
GenericError
| AxiosResponse<any, any>
| AxiosError<unknown, any>,
>Parameters
- id: string
- filename: string
- size: number
- serviceToken: string
- type: null | OutputType
Returns Promise<GenericError | AxiosResponse<any, any> | AxiosError<unknown, any>>