Skip to content

Commit

Permalink
refator: add PublicKey type for jsdocs in type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylonikolov7 committed Jul 30, 2024
1 parent baa02ed commit b6440b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/TokenRejectFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import TokenDissociateTransaction from "../token/TokenDissociateTransaction.js";
* @typedef {import("../transaction/TransactionResponse.js").default} TransactionResponse
* @typedef {import("../token/TokenId.js").default} TokenId
* @typedef {import("../token/NftId.js").default} NftId
*
* @typedef {import("../SignerSignature.js").PublicKey} PublicKey
*/

/**
Expand Down

0 comments on commit b6440b8

Please sign in to comment.