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

    Type Alias FileChangedHookInput

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