Updates
This commit is contained in:
+5
-1
@@ -150,8 +150,12 @@ export type BUN_SQLITE_WGUI_CLIENT_RULES = {
|
||||
*/
|
||||
updated_at?: number | "";
|
||||
user_id?: number | "";
|
||||
host_id?: number | "";
|
||||
client_id?: number | "";
|
||||
rule?: string;
|
||||
rule_type?: "all" | "destination" | "";
|
||||
destination?: string;
|
||||
ports?: string;
|
||||
protocol?: "any" | "tcp" | "udp" | "";
|
||||
}
|
||||
|
||||
export type BUN_SQLITE_WGUI_VARIABLES = {
|
||||
|
||||
Reference in New Issue
Block a user