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

ContentProviderEndpoint

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

This feature is not generally available.

interface ContentProviderEndpoint {
packageName?: string;
signingCertsSha256?: string[];
uri?: string;
}

§Properties

§
packageName?: string
[src]

This feature is not generally available.

§
signingCertsSha256?: string[]
[src]

Required. This feature is not generally available.

§
uri?: string
[src]

This feature is not generally available.