type ThirdwebStorageOptions<T extends UploadOptions> = { clientId?: string; downloader?: IStorageDownloader; gatewayUrls?: GatewayUrls | Array<string>; secretKey?: string; uploadServerUrl?: string; uploader?: IStorageUploader<T>;};