Skip to content

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 ParameterDescription
TThe target DTO type

See

GroupConverterBase for the base implementation class