UNPKG

dynamodb-toolbox

Version:

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

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