UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 272 B
import type { AWSConfig, FetchOpts } from './types.js'; export declare const deleteEntity: ({ awsAccountId, awsRegion, tableName, entityName }: AWSConfig & { tableName: string; entityName: string; }, { apiUrl, fetch: _fetch, apiKey }: FetchOpts) => Promise<void>;