Type alias PhraseyHooksHandler

PhraseyHooksHandler: {
    [Event in PhraseyHooksEvent]?: ((ctx) => Promise<void>)
}

Generated using TypeDoc