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

ReturnValue

import type { ReturnValue } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
type ReturnValue =
| "NONE"
| "ALL_OLD"
| "UPDATED_OLD"
| "ALL_NEW"
| "UPDATED_NEW"

§Type

§
"NONE" | "ALL_OLD" | "UPDATED_OLD" | "ALL_NEW" | "UPDATED_NEW" | cmnP.UnexpectedEnumValue
[src]