Type alias FlowHooks

FlowHooks: Readonly<{
    [key in keyof FlowEvents]: EventHookExtended<FlowEvents[key]>
}>

Generated using TypeDoc