UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

5 lines (4 loc) 251 B
import { CreateTableInput } from 'aws-sdk/clients/dynamodb'; export declare const MONITORING_TABLE_NAME: string; export declare const MONITORING_TABLE_SCHEDULER_GSI = "schedulerGSI"; export declare const MONITORING_TABLE_SCHEMA: CreateTableInput;