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

Asset

import type { Asset } from "https://googleapis.deno.dev/v1/digitalassetlinks:v1.ts";

Uniquely identifies an asset. A digital asset is an identifiable and addressable online entity that typically provides some service or content. Examples of assets are websites, Android apps, Twitter feeds, and Plus Pages.

interface Asset {
androidApp?: AndroidAppAsset;
web?: WebAsset;
}

§Properties

§

Set if this is an Android App asset.

§

Set if this is a web asset.