UNPKG

dyngoose

Version:

Elegant DynamoDB object modeling for Typescript

5 lines (4 loc) 197 B
import { type ITable } from '../table'; export declare function LocalSecondaryIndex(sortKeyName: string, options?: { name?: string; }): (tableClass: ITable<any>, propertyName: string) => void;