import { Schema, ZeroArgumentsConstructor } from '@awslabs-community-fork/dynamodb-data-marshaller'; export interface BatchState { [tableName: string]: { keyProperties: Array; itemSchemata: { [identifier: string]: { schema: Schema; constructor: ZeroArgumentsConstructor; }; }; }; }