@nerdware/ddb-single-table
Version:
A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡
7 lines • 309 B
TypeScript
import type { IOAction } from "./types/index.js";
/**
* This `IOAction` uses `transformValue` functions (if defined) to transform
* attribute values before they are validated, converted to DynamoDB types, etc.
*/
export declare const transformValues: IOAction;
//# sourceMappingURL=transformValues.d.ts.map