Extract ValidatedServerConfig (#9054)

This commit is contained in:
Michael Weimann
2022-07-14 15:03:34 +02:00
committed by GitHub
parent 7b7181be18
commit 742b21ca46
12 changed files with 45 additions and 24 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ limitations under the License.
import { IClientWellKnown } from "matrix-js-sdk/src/matrix";
import { ValidatedServerConfig } from "./utils/AutoDiscoveryUtils";
import { ValidatedServerConfig } from "./utils/ValidatedServerConfig";
// Convention decision: All config options are lower_snake_case
// We use an isolated file for the interface so we can mess around with the eslint options.