ThirdwebStorageOptions type
Signature:
export type ThirdwebStorageOptions<T extends UploadOptions> = {
uploader?: IStorageUploader<T>;
downloader?: IStorageDownloader;
gatewayUrls?: GatewayUrls;
};
References: UploadOptions, IStorageUploader, IStorageDownloader, GatewayUrls