UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

5 lines (4 loc) 246 B
import { CreateTableInput } from 'aws-sdk/clients/dynamodb'; export declare const MONITOR_TABLE_NAME = "monitor"; export declare const MONITOR_TABLE_SCHEDULER_GSI = "schedulerGSI"; export declare const MONITOR_TABLE_SCHEMA: CreateTableInput;