UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 130 B
export interface ProjectionExpression { ProjectionExpression: string; ExpressionAttributeNames: Record<string, string>; }