ObjectHook<T, O>: T | {
    handler: T;
    order?: "pre" | "post" | null;
} & O

Type Parameters

  • T
  • O = {}