@empathyco/x-components
Version:
Empathy X Components
11 lines • 367 B
TypeScript
import type { AiQuestionsRequest } from '@empathyco/x-types';
/**
* Dictionary of the events of AI XModule, where each key is the event name, and the value is
* the event payload type or `void` if it has no payload.
*
* @public
*/
export interface AiXEvents {
AiQuestionsRequestUpdated: AiQuestionsRequest | null;
}
//# sourceMappingURL=events.types.d.ts.map