UNPKG

@nerdware/ddb-single-table

Version:

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

6 lines 234 B
/** * Labels corresponding to the request-response cycle which indicate the * "direction" data is flowing — either to or from the database. */ export type IODirection = "toDB" | "fromDB"; //# sourceMappingURL=IODirection.d.ts.map