Interface: ConverterHint<T>
common.ConverterHint
Identifies converter-specific metadata and associates it with the value type T handled by that converter.
The association applies to an individual payload conversion; it does not bind a payload converter instance to T.
Extend this interface to define metadata for a payload converter.
Type parameters
| Name | Type |
|---|---|
T | unknown |
Properties
[valueTypeBrand]
• Optional [valueTypeBrand]: T
converter
• converter: string