Interface UploadBase64ImageResponse

The UploadBase64Image response expected from the execution of the object within BambuClient execute.

interface UploadBase64ImageResponse {
    error?: any;
    ipfsUrl: string;
    message?: string;
}

Properties

error?: any

any error messages that were returned by the request.

ipfsUrl: string

the uploaded image ipfs url

message?: string

the message response from the request in case of errors