@nerdware/ddb-single-table
Version:
A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡
8 lines • 331 B
TypeScript
import type { IOAction } from "./types/index.js";
/**
* This `IOAction` ensures item values conform with their `"type"` as defined in the schema.
*
* @throws {ItemInputError} If an attribute's value does not match the expected `"type"`.
*/
export declare const typeChecking: IOAction;
//# sourceMappingURL=typeChecking.d.ts.map