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

ItemRevisionStatus

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

Details on the status of an item revision.

interface ItemRevisionStatus {
distributionChannels?: DistributionChannel[];
readonly state?:
| "ITEM_STATE_UNSPECIFIED"
| "PENDING_REVIEW"
| "STAGED"
| "PUBLISHED"
| "PUBLISHED_TO_TESTERS"
| "REJECTED"
| "CANCELLED";
}

§Properties

§
distributionChannels?: DistributionChannel[]
[src]

Details on the package of the item

§
readonly state?: "ITEM_STATE_UNSPECIFIED" | "PENDING_REVIEW" | "STAGED" | "PUBLISHED" | "PUBLISHED_TO_TESTERS" | "REJECTED" | "CANCELLED"
[src]

Output only. Current state of the item