From 33aba4cefa618a3f093d981c2e282c0e2bbd35a4 Mon Sep 17 00:00:00 2001 From: Liubin Jiang Date: Mon, 18 Sep 2023 16:01:57 -0700 Subject: [PATCH] Added api reference for ResponsePayload --- src/common/providers/identity.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/providers/identity.ts b/src/common/providers/identity.ts index db781292b..b9d2ec9c6 100644 --- a/src/common/providers/identity.ts +++ b/src/common/providers/identity.ts @@ -435,8 +435,9 @@ export interface DecodedPayload { } /** - * This interface defines the payload to send back to GCIP. - * The nesting structure different than what customers returned. + * Internal definition to include all the fields that can be sent as + * a response from the blocking function to the backend. + * This is added mainly to have a type definition for 'generateResponsePayload' * @internal */ export interface ResponsePayload { userRecord?: UserRecordResponsePayload;