Ask a question to get started
Enter to sendā¢Shift+Enter new line
Hook type for the afterModel lifecycle event. Can be either a handler function or an object with a handler and optional jump targets. This hook is called after each model invocation.
AfterModelHook: AfterModelHandler<TSchema, TContext> | __type