Response from IPFS add operation

interface IPFSAddResponse {
    cid?: string;
    error?: string;
    size?: number;
    success: boolean;
}

Properties

cid?: string
error?: string
size?: number
success: boolean