Skip to content

Commit

Permalink
fix: export all types
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog committed May 12, 2024
1 parent 3d6ec3b commit 0a8c5a9
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 @@ -2,4 +2,4 @@ import AzulPage from './azul-page';
import AzulAPI from './azul-api/api';

export { AzulPage, AzulAPI };
export * as types from './azul-api/secure/types';
export * from './azul-api/secure/types';

0 comments on commit 0a8c5a9

Please sign in to comment.