UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 247 B
import type { AWSConfig, FetchOpts } from './types.js'; export declare const getTableEntityNames: ({ awsAccountId, awsRegion, tableName }: AWSConfig & { tableName: string; }, { apiUrl, fetch: _fetch, apiKey }: FetchOpts) => Promise<string[]>;