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<NormalizedSchemaInput<TSchema>, TContext> | __type