Tanatloc documentation
    Preparing search index...
    interface IStatus {
        err?: string;
        status: "wait" | "process" | "finish" | "error";
    }
    Index

    Properties

    Properties

    err?: string
    status: "wait" | "process" | "finish" | "error"