Skip to content

Commit

Permalink
re-export slack/types as a types named export
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Oct 2, 2024
1 parent 0a6c21a commit f5bbccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ export {
InstallProviderOptions,
} from '@slack/oauth';

export * from '@slack/types';
export * as types from '@slack/types';

0 comments on commit f5bbccf

Please sign in to comment.