Skip to content

Commit

Permalink
Merge pull request #30 from dimitrov-d/master
Browse files Browse the repository at this point in the history
Add social types exports
  • Loading branch information
MoMannn authored Apr 9, 2024
2 parents 91e7995 + c659944 commit 9669584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/docs-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export * from './types/hosting';
export * from './types/storage';
export * from './types/identity';
export * from './types/computing';
export * from './types/social';
export * from './lib/apillon';
export * from './modules/storage/storage';
export * from './modules/storage/storage-bucket';
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './types/nfts';
export * from './types/hosting';
export * from './types/storage';
export * from './types/identity';
export * from './types/social';
export * from './lib/apillon';
export * from './lib/common';
export * from './modules/storage/storage';
Expand Down

0 comments on commit 9669584

Please sign in to comment.