DeployInfo
import type { DeployInfo } from "https://googleapis.deno.dev/v1/chromewebstore:v2.ts";Deployment information for a specific release channel. Used in requests to update deployment parameters.
interface DeployInfo {
deployPercentage?: number;
}