> ## Documentation Index
> Fetch the complete documentation index at: https://omss.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OMSSHooks

> Hook map for OMSS lifecycle events.

Hook map for OMSS lifecycle events.
Each hook name maps to its own payload signature.

Hooks follow a standardized signature:

* `before[action]` hooks receive the payload before the event is triggered
* `after[action]` hooks receive the payload after the event is triggered
* `[action]failed` hooks receive the payload if the event fails

```typescript
type OMSSHooks = void
```


## Related topics

- [HookService](/sdk-artifacts/classes/HookService.md)
- [HookRegistry](/sdk-artifacts/classes/HookRegistry.md)
- [ProviderHooks](/sdk-artifacts/types/ProviderHooks.md)
