Type Alias: GroupConverter<T>
ts
type GroupConverter<T> = ConverterBase<Group, T>;Defined in: packages/core/src/converters/GroupConverter.ts:10
Type-safe Group converter contract.
Type Parameters
| Type Parameter | Description |
|---|---|
T | The target DTO type |
See
GroupConverterBase for the base implementation class