CONFIG.defaultPreferences.checkSigs

This commit is contained in:
Martti Malmi
2023-12-08 18:30:52 +02:00
parent bee8498283
commit 4d6331ce81
4 changed files with 10 additions and 1 deletions

View File

@ -59,6 +59,9 @@ declare const CONFIG: {
deck: boolean;
zapPool: boolean;
};
defaultPreferences: {
checkSigs: boolean;
}
signUp: {
moderation: boolean;
};