UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 163 B
import type { SchemaProps } from '../types/index.js'; export interface BinarySchemaProps extends SchemaProps { enum?: Uint8Array[]; transform?: unknown; }