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

PublishItemResponse

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

Response message for PublishItem.

interface PublishItemResponse {
readonly itemId?: string;
name?: string;
readonly state?:
| "ITEM_STATE_UNSPECIFIED"
| "PENDING_REVIEW"
| "STAGED"
| "PUBLISHED"
| "PUBLISHED_TO_TESTERS"
| "REJECTED"
| "CANCELLED";
}

§Properties

§
readonly itemId?: string
[src]

Output only. The ID of the item.

§
name?: string
[src]

The name of the item that was submitted

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

Output only. The current state of the submission.