Appearance
HookFn = (arg) => void | Promise<void>
arg
void
Promise
Defined in: src/model/hooks.ts:5
A hook callback. May be async and may throw (a pre hook aborts the op).
pre
any
void | Promise<void>