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 Parameter | Description |
|---|---|
T | The target DTO type |
See
PromptConverterBase for the base implementation class