Updates
This commit is contained in:
@@ -40,6 +40,9 @@ export type PagePropsType = {
|
||||
hosts?: BUN_SQLITE_WGUI_HOSTS[] | null;
|
||||
client?: BUN_SQLITE_WGUI_CLIENTS | null;
|
||||
clients?: BUN_SQLITE_WGUI_CLIENTS[] | null;
|
||||
client_config?: string | null;
|
||||
client_config_path?: string | null;
|
||||
client_qr_data_uri?: string | null;
|
||||
environment?: string;
|
||||
envs?: {
|
||||
R2_PUBLIC_DOMAIN?: string;
|
||||
@@ -199,6 +202,7 @@ export type ApiReqParams<
|
||||
user_id?: string | number | null;
|
||||
dependent_id?: string | number | null;
|
||||
host_id?: string | number | null;
|
||||
public_ip_address?: string | null;
|
||||
|
||||
media_base_64?: string;
|
||||
media_base_64_data_url?: string;
|
||||
|
||||
Reference in New Issue
Block a user