This commit is contained in:
2025-08-05 19:58:09 +09:00
parent 6ec9831ed4
commit 0a3bb241a6
6 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ interface legalTypes {
interface adminTypes {
name: string;
showMail: boolean;
showMail: string | false;
}
interface uwuzuTypes {