UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 205 B
import type { ISchemaDTO } from '../../../../schema/actions/dto/index.js'; import type { Schema } from '../../../../schema/index.js'; export declare const fromSchemaDTO: (schemaDTO: ISchemaDTO) => Schema;