UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 196 B
import type { ItemSchema } from '../../../../schema/item/index.js'; import type { ItemSchemaDTO } from '../types.js'; export declare const getItemSchemaDTO: (schema: ItemSchema) => ItemSchemaDTO;