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