@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias NotificationHookInput

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