UNPKG

dynamodb-toolbox

Version:

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

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