import { DynamoDB } from "aws-sdk" import { Table } from "../Table" export interface BaseParams { table: Table client: DynamoDB.DocumentClient }