Skip to content

Commit c3642b4

Browse files
Address PR Comments
1 parent c16c104 commit c3642b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/identityApiClient.interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface IIdentityApiClient {
2222
method: IdentityAPIMethod,
2323
callback: IdentityCallback,
2424
originalIdentityApiData: IdentityApiData,
25-
parseIdentityResponse: IIdentity['parseIdentityResponse'],
25+
parseIdentityResponse: Pick<IIdentity, 'parseIdentityResponse'>,
2626
mpid: MPID,
2727
knownIdentities: UserIdentities
2828
) => Promise<void>;

0 commit comments

Comments
 (0)