mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Add link to Android application
This commit is contained in:
3
assets/js/typings/ServerConfig.d.ts
vendored
3
assets/js/typings/ServerConfig.d.ts
vendored
@ -25,6 +25,9 @@ declare interface DataConservationPolicySettings {
|
||||
}
|
||||
|
||||
declare interface StaticServerConfig {
|
||||
terms_url: string,
|
||||
play_store_url: string,
|
||||
android_direct_download_url: string,
|
||||
password_policy: PasswordPolicy,
|
||||
data_conservation_policy: DataConservationPolicySettings;
|
||||
}
|
Reference in New Issue
Block a user