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