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

    Type Alias FsUnwatchParams

    Stop filesystem watch notifications for a prior fs/watch.

    type FsUnwatchParams = {
        watchId: string;
    }
    Index

    Properties

    Properties

    watchId: string

    Watch identifier previously provided to fs/watch.