Type alias SearchStatus

SearchStatus: "running" | "done" | "cancelled" | "error"

The state of a search.

Generated using TypeDoc