Settings polish

This commit is contained in:
Jamie Curnow
2025-10-28 22:12:00 +10:00
parent c08b1be3cb
commit 678593111e
9 changed files with 391 additions and 118 deletions

View File

@@ -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 {