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

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

§Properties

§
deployPercentage?: number
[src]

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