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

ScalarAttributeType

import type { ScalarAttributeType } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
type ScalarAttributeType =
| "S"
| "N"
| "B"

§Type