Function initUpload

  • Parameters

    • filename: string
    • size: number
    • serviceToken: string
    • type: null | OutputType

    Returns Promise<GenericError | AxiosResponse<any, any> | AxiosError<unknown, any>>

Was this helpful?