Interface IStatus

    interface IStatus {
        err?: string;
        status: "wait" | "process" | "finish" | "error";
    }

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin