UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 237 B
import type { IEntityDTO } from '../../../entity/actions/dto/index.js'; import { Entity } from '../../../entity/index.js'; export declare const fromEntityDTO: ({ entityName, schema, table, timestamps, ...entity }: IEntityDTO) => Entity;