Docs

IpfsDownloaderOptions

type IpfsDownloaderOptions = {
  clientId?: string;
  secretKey?: string;
  timeoutInSeconds?: number;
};