Type alias InteractionDataType<T>

InteractionDataType<T>: T extends Interaction<infer D>
    ? D
    : never

Infers the interaction data type from an interaction

Type Parameters

  • T

Generated using TypeDoc