typemodule.default.InitializeHooktype InitializeHook<Data = any> = (data: Data) => void | Promise<void>