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

AutoImportPolicyType

import type { AutoImportPolicyType } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
type AutoImportPolicyType =
| "NONE"
| "NEW"
| "NEW_CHANGED"
| "NEW_CHANGED_DELETED"

§Type

§
"NONE" | "NEW" | "NEW_CHANGED" | "NEW_CHANGED_DELETED" | cmnP.UnexpectedEnumValue
[src]