UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 112 B
import type { Schema } from '../types/index.js'; export interface ItemAttributes { [key: string]: Schema; }