UNPKG

dynamoose

Version:

Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)

9 lines (8 loc) 312 B
import { ConditionStorageTypeNested } from "../Condition"; import { ModelIndexes } from "../Model"; interface IndexSpecification { tableIndex: boolean; indexName?: string; } export default function (modelIndexes: ModelIndexes, comparisonChart: ConditionStorageTypeNested): IndexSpecification; export {};