IpfsUploaderOptions

type IpfsUploaderOptions = {
clientId?: string;
secretKey?: string;
uploadServerUrl?: string;
uploadWithGatewayUrl?: boolean;
};