Type Alias: ClientHookEventDeclaration
Makaio Framework / contracts/client / ClientHookEventDeclaration
Type Alias: ClientHookEventDeclaration
Section titled “Type Alias: ClientHookEventDeclaration”ClientHookEventDeclaration =
z.infer<typeofClientHookEventDeclarationSchema>
Defined in: ../../../packages/contracts/src/client/definition.ts:102
Type Composition
Section titled “Type Composition”ClientHookEventDeclarationz.infer<typeof ClientHookEventDeclarationSchema>typeof ClientHookEventDeclarationSchema
Resolved Shape
Section titled “Resolved Shape”type ClientHookEventDeclaration = { name: string; frameworkSubject?: string | undefined;};