UNPKG

@studyportals/sp-r2d2

Version:

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

7 lines (6 loc) 264 B
import { DynamoDBItemsPerTable } from './dynamodb-items-per-table.class'; export declare class BatchGetItemsResult { readonly items: DynamoDBItemsPerTable[]; constructor(items: DynamoDBItemsPerTable[]); merge(other: BatchGetItemsResult): void; }