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

BundleDetails

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

The details of the bundle.

interface BundleDetails {
availablePlatforms?: Platform[] | null;
bundleId?: string | null;
description?: string | null;
iconUrl?: string | null;
title?: string | null;
version?: string | null;
}

§Properties

§
availablePlatforms?: Platform[] | null
[src]
§
bundleId?: string | null
[src]
§
description?: string | null
[src]
§
iconUrl?: string | null
[src]
§
title?: string | null
[src]
§
version?: string | null
[src]