UNPKG

@empathyco/x-components

Version:
11 lines 367 B
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