Fix type issues

This commit is contained in:
Owen
2025-10-08 14:48:21 -07:00
committed by Pallavi Kumari
parent d938345deb
commit df24525105
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ export type DomainRow = {
tries: number;
configManaged: boolean;
certResolver: string;
customCertResolver: string;
preferWildcardCert: boolean;
};
type Props = {