UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 213 B
import type { Schema } from '../schema/index.js'; export declare class SchemaAction<SCHEMA extends Schema = Schema> { readonly schema: SCHEMA; static actionName: string; constructor(schema: SCHEMA); }