---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [plugins](../index.md) / SupportedHookName

# Type Alias: SupportedHookName

> **SupportedHookName** = *typeof* `SUPPORTED_HOOKS`\[`number`\]

Defined in: [packages/b2c-tooling-sdk/src/plugins/discovery.ts:22](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/plugins/discovery.ts#L22)

Union type of all supported hook names in the plugin system.

Represents any of the hook names that the plugin discovery system recognizes:
`b2c:config-sources`, `b2c:http-middleware`, or `b2c:auth-middleware`.
