function PartialTextBasedChannel

export function PartialTextBasedChannel<Entity>( Base?: Constructable<Entity>,): Constructable<Entity & PartialTextBasedChannelFields<false>>;

Type Parameters

Entity

Parameters

optional
Base?: Constructable<Entity>