Trilium Frontend API
    Preparing search index...

    Type Alias WatchdogState

    WatchdogState:
        | "initializing"
        | "ready"
        | "crashed"
        | "crashedPermanently"
        | "destroyed"

    Specifies the state of the item watched by the watchdog.