UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

3 lines (2 loc) 152 B
import type { DynamoDBDocumentClient } from '@aws-sdk/lib-dynamodb'; export type DocumentClientOptions = Parameters<DynamoDBDocumentClient['send']>[1];