UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

3 lines (2 loc) 183 B
import { DynamoDBClient, PostgresClient } from '../shared'; export declare function initializeTables(dynamoClient?: DynamoDBClient, postgresClient?: PostgresClient): Promise<void>;