UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 325 B
import type { Path } from '../../../../../schema/actions/utils/path.js'; import type { $REMOVE } from '../../symbols/index.js'; import type { ExpressionState } from '../types.js'; export declare const expressRemoveUpdate: (value: unknown & { [$REMOVE]: unknown; }, path: Path, state: ExpressionState) => ExpressionState;