Skip to content

Commit 017b93b

Browse files
committed
fix(litClient): authData type
1 parent d98fcaa commit 017b93b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/lit-client/src/lib/LitClient/createLitClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import type {
1616
} from '@lit-protocol/networks';
1717
import {
1818
AuthContextSchema2,
19+
AuthData,
1920
EncryptedVersion1Schema,
2021
HexPrefixedSchema,
2122
JsonSignCustomSessionKeyRequestForPkpReturnSchema,
@@ -831,7 +832,7 @@ export const _createNagaLitClient = async (
831832
authMethodType: number | bigint;
832833
authMethodId: string;
833834
accessToken?: string;
834-
};
835+
} | AuthData;
835836
pagination?: { limit?: number; offset?: number };
836837
storageProvider?: PKPStorageProvider;
837838
}) => {

0 commit comments

Comments
 (0)