UNPKG

@nerdware/ddb-single-table

Version:

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

5 lines 122 B
/** * An attribute name / schema key. */ export type AttributeName = string; //# sourceMappingURL=AttributeName.d.ts.map