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

DistributionChannel

import type { DistributionChannel } from "https://googleapis.deno.dev/v1/chromewebstore:v2.ts";

Deployment information for a specific release channel

interface DistributionChannel {
crxVersion?: string;
deployPercentage?: number;
}

§Properties

§
crxVersion?: string
[src]

The extension version provided in the manifest of the uploaded package.

§
deployPercentage?: number
[src]

The current deploy percentage for the release channel (nonnegative number between 0 and 100).