From 7bb7189c6ae65003490601eae55c4eea6685f802 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 1 Feb 2022 19:29:11 +0530 Subject: [PATCH] No need for this export --- src/matrix/registration/stages/BaseRegistrationStage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/registration/stages/BaseRegistrationStage.ts b/src/matrix/registration/stages/BaseRegistrationStage.ts index bea95598..6ffd9187 100644 --- a/src/matrix/registration/stages/BaseRegistrationStage.ts +++ b/src/matrix/registration/stages/BaseRegistrationStage.ts @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -export type Auth = { +type Auth = { [key: string]: any; }