UNPKG

dynamodb-toolbox

Version:

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

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