@runloop/agent-axon-client
    Preparing search index...

    Type Alias NotificationHookInput

    NotificationHookInput: BaseHookInput & {
        hook_event_name: "Notification";
        message: string;
        notification_type: string;
        title?: string;
    }