UploadOptions

type UploadOptions<TFiles extends Array<UploadableFile>> =
InternalUploadOptions<TFiles> & { client: ThirdwebClient };