UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 108 B
export interface EntityMetadata { title?: string; description?: string; [x: string]: unknown; }