mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-04 17:35:15 +00:00
Settings polish
This commit is contained in:
@@ -196,10 +196,10 @@ export interface Stream {
|
||||
|
||||
export interface Setting {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
name?: string;
|
||||
description?: string;
|
||||
value: string;
|
||||
meta: Record<string, any>;
|
||||
meta?: Record<string, any>;
|
||||
}
|
||||
|
||||
export interface DNSProvider {
|
||||
|
||||
Reference in New Issue
Block a user