jeeves-meta-monorepo
    Preparing search index...

    Interface WatcherScanPoint

    A single point returned from watcher scan.

    interface WatcherScanPoint {
        id?: string | number;
        payload?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    id?: string | number
    payload?: Record<string, unknown>