Skip to content

Commit 3b61cd4

Browse files
Revert type definition
1 parent c3642b4 commit 3b61cd4

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: Pick<IIdentity, 'parseIdentityResponse'>,
25+
parseIdentityResponse: IIdentity['parseIdentityResponse'],
2626
mpid: MPID,
2727
knownIdentities: UserIdentities
2828
) => Promise<void>;

0 commit comments

Comments
 (0)