You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-05 00:42:10 +03:00
Convert http-api to Typescript (#2063)
This commit is contained in:
committed by
GitHub
parent
963c7690b6
commit
feb83ba161
@@ -21,7 +21,6 @@ limitations under the License.
|
||||
import { logger } from './logger';
|
||||
import { MatrixClient } from "./client";
|
||||
import { defer, IDeferred } from "./utils";
|
||||
import { MatrixError } from "./http-api";
|
||||
|
||||
const EMAIL_STAGE_TYPE = "m.login.email.identity";
|
||||
const MSISDN_STAGE_TYPE = "m.login.msisdn";
|
||||
@@ -49,7 +48,7 @@ export interface IAuthData {
|
||||
flows?: IFlow[];
|
||||
params?: Record<string, Record<string, any>>;
|
||||
errcode?: string;
|
||||
error?: MatrixError;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export enum AuthType {
|
||||
|
Reference in New Issue
Block a user