1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Update typescript bits to aid matrix-react-sdk achieve noImplicitAny (#3079)

This commit is contained in:
Michael Telatynski
2023-02-03 14:01:53 +00:00
committed by GitHub
parent 44d2e47f96
commit e492a44dde
4 changed files with 11 additions and 9 deletions

View File

@@ -573,6 +573,8 @@ export interface IWellKnownConfig {
error?: Error | string;
// eslint-disable-next-line
base_url?: string | null;
// XXX: this is undocumented
server_name?: string;
}
export interface IDelegatedAuthConfig {