Skip to content

Commit

Permalink
Merge pull request #82 from RnDAO/hotfix/fix-export
Browse files Browse the repository at this point in the history
add Discord.interface export
  • Loading branch information
Behzad-rabiei authored Jun 28, 2023
2 parents 1b3c6af + daa14a5 commit 3299c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@togethercrew.dev/db",
"version": "2.4.1",
"version": "2.4.2",
"description": "All interactions with DB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from './GuildMember.interface';
export * from './Channel.interface';
export * from './Role.interface';
export * from './User.interface';
export * from './Discord.interface';

0 comments on commit 3299c1e

Please sign in to comment.