Skip to main content

UploadResult type

The result of an IPFS upload, including the URI of the upload director and the URIs of the uploaded files.

Signature:

export declare type UploadResult = {
baseUri: string;
uris: string[];
};