UNPKG

dynamodel-client

Version:

Amazon's DynamoDB client to manage multiple models per table.

4 lines (3 loc) 226 B
import { PathExpression, ExpressionContext } from './expression'; export declare function serializeProjection(projection: Projection | undefined, context: ExpressionContext): string; export type Projection = PathExpression[];