This commit is contained in:
hamid zarghami
2025-12-22 16:33:01 +03:30
parent 9e9caca2ec
commit e3bfe65d9c
3 changed files with 38 additions and 18 deletions
+7
View File
@@ -61,9 +61,16 @@ export interface TabAuthenticator {
ButtonSubmit: string;
}
export interface StatisticalParticipation {
Heading: string;
Description: string;
HtmlName: string;
}
export interface SettingsData {
Heading: string;
TabNotifications: TabNotifications;
TabPassword: TabPassword;
TabAuthenticator: TabAuthenticator;
StatisticalParticipation: StatisticalParticipation;
}