Interface JupyterMimeOutputDataEventValueLink

A presigned URL for a resource stored on S3.

interface JupyterMimeOutputDataEventValueLink {
    url: string;
}

Properties

Properties

url: string

The presigned URL.