typealias RepliableInteraction

export type RepliableInteraction<Cached extends CacheType = CacheType> = Exclude< Interaction<Cached>, AutocompleteInteraction<Cached>>;

Type Parameters

optional
Cached? extends CacheType = CacheType

Union Members

Exclude< Interaction<Cached>, AutocompleteInteraction<Cached>>