Skip to content

Variable: ClientHookEventDeclarationSchema

Makaio Framework


Makaio Framework / contracts/client / ClientHookEventDeclarationSchema

Variable: ClientHookEventDeclarationSchema

Section titled “Variable: ClientHookEventDeclarationSchema”

const ClientHookEventDeclarationSchema: ZodObject<{ frameworkSubject: ZodOptional<ZodString>; name: ZodString; }, $strip>

Defined in: ../../../packages/contracts/src/client/definition.ts:87

Schema for a hook event declaration on a client definition.

Declares which native hook events the client binary fires. Used by the wiring layer to know what hooks to install, and by the UI to display available events.