Skip to content

Commit 33aba4c

Browse files
committed
Added api reference for ResponsePayload
1 parent c177b42 commit 33aba4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/common/providers/identity.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ export interface DecodedPayload {
435435
}
436436

437437
/**
438-
* This interface defines the payload to send back to GCIP.
439-
* The nesting structure different than what customers returned.
438+
* Internal definition to include all the fields that can be sent as
439+
* a response from the blocking function to the backend.
440+
* This is added mainly to have a type definition for 'generateResponsePayload'
440441
* @internal */
441442
export interface ResponsePayload {
442443
userRecord?: UserRecordResponsePayload;

0 commit comments

Comments
 (0)