@nerdware/ddb-single-table
Version:
A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡
10 lines • 526 B
TypeScript
import type { IOAction } from "./types/index.js";
/**
* This `IOAction` uses the `transformItem` method (if defined in the Model's
* schema options), to transform an entire item before it is sent to the database.
* This is useful for potentially adding/removing/renaming item properties, however
* **it may necessitate providing explicit Model type params for `ItemOutput` and/or
* `ItemInput`, depending on the changes made.**
*/
export declare const transformItem: IOAction;
//# sourceMappingURL=transformItem.d.ts.map