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

    Type Alias FsChangedNotification

    Filesystem watch notification emitted for fs/watch subscribers.

    type FsChangedNotification = {
        changedPaths: AbsolutePathBuf[];
        watchId: string;
    }
    Index

    Properties

    changedPaths: AbsolutePathBuf[]

    File or directory paths associated with this event.

    watchId: string

    Watch identifier previously provided to fs/watch.