UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

4 lines (3 loc) 187 B
import { CreateTableInput } from 'aws-sdk/clients/dynamodb'; export declare const CONNECTION_TABLE_NAME = "connection"; export declare const CONNECTION_TABLE_SCHEMA: CreateTableInput;