Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Artifact

import type { Artifact } from "https://aws-api.deno.dev/v0.4/services/importexport.ts?docs=full";

A discrete item that contains the description and URL of an artifact (such as a PDF).

interface Artifact {
Description?: string | null;
URL?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
URL?: string | null
[src]