UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 252 B
import type { TransformerDTO } from '../../../../schema/actions/dto/types.js'; import type { Transformer } from '../../../../transformers/transformer.js'; export declare const fromTransformerDTO: (transformerDTO: TransformerDTO) => Transformer | null;