Skip to content

Commit c7f846d

Browse files
docs: tsdoc clarity
1 parent 529ce1a commit c7f846d

File tree

1 file changed

+2
-2
lines changed
  • packages/libs/wrapped-keys/src/lib

1 file changed

+2
-2
lines changed

packages/libs/wrapped-keys/src/lib/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface GeneratePrivateKeyResult {
5454

5555
/**
5656
* @extends BaseApiParams
57-
* @property delegatorSessionSigs - The Session Signatures produced by the Vincent delegator for authenticating with the Lit network to execute Lit Actions that decrypt or generate new keys
57+
* @property delegatorSessionSigs - The Session Signatures produced by the Vincent delegator for authenticating with the Lit network to execute Lit Actions that generate new keys
5858
*/
5959
export type BatchGeneratePrivateKeysParams = BaseApiParams & {
6060
delegatorSessionSigs: SessionSigsMap;
@@ -76,7 +76,7 @@ export interface BatchGeneratePrivateKeysResult {
7676
/** Exporting a previously persisted key only requires valid pkpSessionSigs and a LIT Node Client instance configured for the appropriate network.
7777
*
7878
* @extends BaseApiParams
79-
*
79+
* @property delegatorSessionSigs The Session Signatures produced by the Vincent delegator for authenticating with the Lit network to decrypts the encrypted wrapped key
8080
* @property id The unique identifier (UUID V4) of the encrypted private key
8181
*/
8282
export type ExportPrivateKeyParams = BaseApiParams & {

0 commit comments

Comments
 (0)