Skip to content

Type Alias: PromptConverter<T>

ts
type PromptConverter<T> = ConverterBase<Prompt, T>;

Defined in: packages/core/src/converters/PromptConverter.ts:10

Type-safe Prompt converter contract.

Type Parameters

Type ParameterDescription
TThe target DTO type

See

PromptConverterBase for the base implementation class