Variable: ClientHookEventDeclarationSchema
Makaio Framework / contracts/client / ClientHookEventDeclarationSchema
Variable: ClientHookEventDeclarationSchema
Section titled “Variable: ClientHookEventDeclarationSchema”
constClientHookEventDeclarationSchema: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.