UNPKG

dynamodb-toolbox

Version:

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

9 lines (8 loc) 303 B
import type { ErrorBlueprint } from '../../../../errors/blueprint.js'; type InvalidConditionErrorBlueprint = ErrorBlueprint<{ code: 'actions.invalidCondition'; hasPath: false; payload: undefined; }>; export type TransformConditionErrorBlueprints = InvalidConditionErrorBlueprint; export {};