mimiq
    Preparing search index...

    Interface DoneAction

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

    Properties

    Properties

    kind: "done"
    reason?: string