interface AsyncWidgetResponse {
    status: "ok" | "error";
}

Properties

Properties

status: "ok" | "error"