[enh] add cc for mail in webDiffServers

This commit is contained in:
2019-08-31 18:19:09 +02:00
parent 8b60767622
commit 9966caa22a
3 changed files with 13 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ export interface ConfWebDiff {
file1: string
file2: string
frequency: number
cc?: string
}
export interface ConfBMA extends ConfURL {