Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
HookActionsOf
type
type HookActionsOf<TExtension> = TExtension extends { hooks: readonly BeforeActionHook<infer TAction>[] } ? TAction & string : never
Import
import { HookActionsOf } from '@modular/sdk';