UNPKG

dyngoose

Version:

Elegant DynamoDB object modeling for Typescript

4 lines (2 loc) 122 B
import { type AttributeValue } from '@aws-sdk/client-dynamodb' export type AttributeMap = Record<string, AttributeValue>