Skip to content

Commit

Permalink
Export the related types
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Dec 16, 2024
1 parent 319810d commit 8c7e87e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export type {
RegisterNonComSocialRemixingPILRequest,
RegisterCommercialUsePILRequest,
RegisterCommercialRemixPILRequest,
RegisterPILTermsRequest,
RegisterPILResponse,
AttachLicenseTermsRequest,
AttachLicenseTermsResponse,
Expand Down Expand Up @@ -156,3 +157,5 @@ export type {
export { getPermissionSignature, getSignature } from "./utils/sign";

export { convertCIDtoHashIPFS, convertHashIPFStoCID } from "./utils/ipfs";

export type { TxOptions } from "./types/options";

0 comments on commit 8c7e87e

Please sign in to comment.