Type alias FlowHooksEmit

FlowHooksEmit: Readonly<{
    [key in keyof FlowEvents]: EventHookTrigger<FlowEvents[key]>
}>

Generated using TypeDoc