Type alias InteractionDataImplType<T>

InteractionDataImplType<T>: T extends InteractionBase<any, infer DImpl, any>
    ? DImpl
    : never

Infers the type of the involved interaction data implementation

Type Parameters

  • T

Generated using TypeDoc