UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

4 lines (3 loc) 178 B
import DynamoDB from 'aws-sdk/clients/dynamodb'; import { Pool } from 'pg'; export declare function initializeTables(dynamoDB?: DynamoDB, postgresPool?: Pool): Promise<void>;