mimiq
    Preparing search index...

    Interface DoneAction

    interface DoneAction {
        kind: "done";
        reason?: string;
    }
    Index
    kind: "done"
    reason?: string