UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

8 lines (7 loc) 268 B
import { DynamoDBItem } from '../'; export declare class DynamoDBItemsPerTable { readonly tableName: string; readonly results: DynamoDBItem[]; constructor(tableName: string, results: DynamoDBItem[]); merge(other: DynamoDBItemsPerTable): void; }