Type Alias WatcherBeta

Watcher: {
    app_id: string;
    app_name: string;
    const: [key: string, value: any][];
    description: string;
    file: string;
    interval: string;
    name: string;
    params: [key: string, value: any][];
    semantically_bound: string[];
    watcher_name: string;
}

Represents a watcher.

Type declaration

  • Betaapp_id: string

    Application ID.

  • Betaapp_name: string

    Application name.

  • Betaconst: [key: string, value: any][]

    Constants for the watcher.

  • Betadescription: string

    Description of the watcher.

  • Betafile: string

    File associated with the watcher.

  • Betainterval: string

    Interval for the watcher.

  • Betaname: string

    Name of the watcher.

  • Betaparams: [key: string, value: any][]

    Parameters for the watcher.

  • Betasemantically_bound: string[]

    Semantically bound items.

  • Betawatcher_name: string

    Watcher name.