UNPKG

@rewaa/event-broker

Version:

A broker for all the events that Rewaa will ever produce or consume

6 lines (5 loc) 227 B
import { DynamoTable } from "./types"; import { CreateTableCommandInput } from "@aws-sdk/client-dynamodb"; export declare const DynamoTablesStructure: Record<DynamoTable, CreateTableCommandInput & { expiryKey?: string; }>;