UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 270 B
import type { Schema } from '../../../../../schema/index.js'; import type { SchemaCondition } from '../../condition.js'; export declare const transformBetweenCondition: (schema: Schema, condition: Extract<SchemaCondition, { between: unknown; }>) => SchemaCondition;