export type AwaitMessageCollectorOptionsParams< ComponentType extends MessageComponentType, Cached extends boolean = boolean,> = { componentType?: ComponentType;} & Pick< InteractionCollectorOptions<MappedInteractionTypes<Cached>[ComponentType]>, keyof AwaitMessageComponentOptions<any>>;
Type Parameters
MessageComponentType ComponentType extends
{ componentType?: ComponentType;} & Pick< InteractionCollectorOptions<MappedInteractionTypes<Cached>[ComponentType]>, keyof AwaitMessageComponentOptions<any>>