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

SalesforceKnowledgeArticleState

import type { SalesforceKnowledgeArticleState } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
type SalesforceKnowledgeArticleState =
| "DRAFT"
| "PUBLISHED"
| "ARCHIVED"

§Type

§
"DRAFT" | "PUBLISHED" | "ARCHIVED" | cmnP.UnexpectedEnumValue
[src]