Introduction
Migration
Appearance
import { HookRef } from "@tsed/hooks/src/types/Hooks";
See /packages/hooks/src/types/Hooks.ts.
type HookRef = string | symbol | any | Function;