Skip to content

Commit

Permalink
Added api reference for ResponsePayload
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoshouzi-gh committed Sep 18, 2023
1 parent c177b42 commit 33aba4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/common/providers/identity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 33aba4c

Please sign in to comment.