UNPKG

dynamodb-toolbox

Version:

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

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