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 186 B
/** * A map of attribute names to corresponding aliases, or vice versa. */ export type AttributesAliasesMap = Record<string, string>; //# sourceMappingURL=AttributesAliasesMap.d.ts.map