UNPKG

dynamodb-toolbox

Version:

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

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