dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
4 lines (3 loc) • 357 B
TypeScript
import type { ExtensionParser, ExtensionParserOptions, ListSchema } from '../../../../../schema/index.js';
import type { UpdateItemInputExtension } from '../../types.js';
export declare const parseListExtension: (schema: ListSchema, input: unknown, { transform, valuePath }: ExtensionParserOptions) => ReturnType<ExtensionParser<UpdateItemInputExtension>>;