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;
}