SetPublishedDeployPercentageRequest
import type { SetPublishedDeployPercentageRequest } from "https://googleapis.deno.dev/v1/chromewebstore:v2.ts";Request message for SetPublishedDeployPercentage.
interface SetPublishedDeployPercentageRequest {
deployPercentage?: number;
}