UNPKG

dynamodb-toolbox

Version:

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

8 lines (7 loc) 223 B
interface ErrorBlueprintConstraint { code: string; hasPath: boolean; payload: unknown; } export type ErrorBlueprint<BLUEPRINT extends ErrorBlueprintConstraint = ErrorBlueprintConstraint> = BLUEPRINT; export {};