UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 221 B
import type { Schema } from '../../../../schema/index.js'; import type { SchemaCondition } from '../condition.js'; export declare const transformCondition: (schema: Schema, condition: SchemaCondition) => SchemaCondition;