UNPKG

@aws/dynamodb-data-mapper-annotations

Version:

Annotations providing easy integration between TypeScript domain objects and the @aws/dynamodb-data-mapper library

4 lines (3 loc) 305 B
import { PropertyAnnotation } from './annotationShapes'; import { BinaryType, CustomType, DateType, NumberType, StringType } from '@aws/dynamodb-data-marshaller'; export declare function hashKey(parameters?: Partial<BinaryType | CustomType<any> | DateType | NumberType | StringType>): PropertyAnnotation;