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