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

DescribeBundleResult

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

Result structure contains the details of the bundle.

interface DescribeBundleResult {
details?: BundleDetails | null;
}

§Properties

§
details?: BundleDetails | null
[src]

The details of the bundle.