export type RepliableInteraction<Cached extends CacheType = CacheType> = Exclude<Interaction<Cached>, AutocompleteInteraction<Cached>>;
No summary provided.