DNS Provider configuration

This commit is contained in:
Jamie Curnow
2025-09-22 22:19:18 +10:00
parent 54e036276a
commit 94375bbc5f
13 changed files with 387 additions and 42 deletions

View File

@@ -193,3 +193,9 @@ export interface Setting {
value: string;
meta: Record<string, any>;
}
export interface DNSProvider {
id: string;
name: string;
credentials: string;
}