Can update new settings

This commit is contained in:
2021-04-16 15:20:44 +02:00
parent e710450983
commit 079e3b7f1e
2 changed files with 23 additions and 2 deletions

View File

@ -38,6 +38,7 @@ declare interface AccountInformationPolicy {
max_first_name_length: number,
min_last_name_length: number,
max_last_name_length: number,
max_location_length: number,
}
declare interface StaticServerConfig {