interface AwaitMessageCollectorOptionsParams
extends
Pick<InteractionCollectorOptions<MappedInteractionTypes<Cached>[ComponentType]>, keyof AwaitMessageComponentOptions<any>>export interface AwaitMessageCollectorOptionsParams<ComponentType extends MessageComponentType, Cached extends boolean = boolean,> extends Pick<InteractionCollectorOptions<MappedInteractionTypes<Cached>[ComponentType]>, keyof AwaitMessageComponentOptions<any>>