Skip to main content

Interface: InteractionHandlerParseSome<T>

Type parameters

NameType
Tunknown

Hierarchy

Properties

handler

handler: InteractionHandler<InteractionHandlerOptions>

Inherited from

IInteractionHandlerPayload.handler

Defined in

projects/framework/src/lib/types/Events.ts:573


interaction

interaction: Interaction

Inherited from

IInteractionHandlerPayload.interaction

Defined in

projects/framework/src/lib/types/Events.ts:572


value

value: T

The value that was passed to the some function.

Defined in

projects/framework/src/lib/types/Events.ts:582