feat(mobile): update notifications and more error handling added
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m24s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m24s
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { create } from "zustand";
|
||||
|
||||
type LastScan = {
|
||||
action?: string;
|
||||
type?: "success" | "error" | string;
|
||||
terminalId?: string;
|
||||
screen?: string;
|
||||
prompt?: string;
|
||||
message?: string;
|
||||
status: "success" | "error" | "location" | "unknown";
|
||||
lines?: string[];
|
||||
timestamp?: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user