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

    Type Alias FileChangedHookInput

    FileChangedHookInput: BaseHookInput & {
        event: "change" | "add" | "unlink";
        file_path: string;
        hook_event_name: "FileChanged";
    }