UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

4 lines (3 loc) 243 B
import type { ExtensionParser } from '../../../../../schema/index.js'; import type { UpdateAttributesInputExtension } from '../../types.js'; export declare const parseUpdateAttributesExtension: ExtensionParser<UpdateAttributesInputExtension>;