Archived
fix: Fix linting issues
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface NetworkStatus {
|
||||
state: string;
|
||||
title: string;
|
||||
message: string;
|
||||
connectedSince?: number;
|
||||
gatewayHost?: string;
|
||||
}
|
||||
|
||||
export interface UIStatus extends NetworkStatus {
|
||||
autoConnect?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user