UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 218 B
import type { ItemSchemaDTO } from '../../../schema/actions/dto/index.js'; import type { ItemSchema } from '../../../schema/item/index.js'; export declare const fromSchemaDTO: (schemaDTO: ItemSchemaDTO) => ItemSchema;