Type alias RegisteredHooks

RegisteredHooks: {
    [name in HookName]?: Hook[]
}

This only exists for backwards compatibility.

Deprecated