UNPKG

dynamodb-toolbox

Version:

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

3 lines (2 loc) 176 B
import type { TransactGetCommandInput } from '@aws-sdk/lib-dynamodb'; export type TransactGetItem = NonNullable<NonNullable<TransactGetCommandInput['TransactItems']>[number]>;