UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 258 B
import type { MapSchema } from '../../../../schema/map/index.js'; import type { MapSchemaDTO } from '../types.js'; /** * @debt feature "handle defaults, links & validators DTOs" */ export declare const getMapSchemaDTO: (schema: MapSchema) => MapSchemaDTO;