typealias CollectedMessageInteraction

export type CollectedMessageInteraction<Cached extends CacheType = CacheType> = Exclude< CollectedInteraction<Cached>, ModalSubmitInteraction>;

Type Parameters

optional
Cached? extends CacheType = CacheType