UNPKG

@nerdware/ddb-single-table

Version:

A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡

11 lines (10 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCHEMA_TYPE = void 0; /** * Dictionary of supported `Schema` types. */ exports.SCHEMA_TYPE = { MODEL_SCHEMA: "ModelSchema", TABLE_KEYS_SCHEMA: "TableKeysSchema", };