From 1dfa3d1eaae1bc71b413f7bf62196232bc6159e6 Mon Sep 17 00:00:00 2001 From: Flexmonster Date: Mon, 25 Mar 2019 11:05:35 +0200 Subject: [PATCH] Revert customData --- types/flexmonster/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/flexmonster/index.d.ts b/types/flexmonster/index.d.ts index 9c43b0a57d..2854b19a81 100644 --- a/types/flexmonster/index.d.ts +++ b/types/flexmonster/index.d.ts @@ -186,7 +186,7 @@ declare namespace Flexmonster { roles?: string; localeIdentifier?: string; effectiveUserName?: string; - customData?: object; + customData?: string; hash?: string; username?: string; password?: string;