Skip to content

Commit

Permalink
feat: expose interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Jan 26, 2024
1 parent 9ff09a0 commit ce8ecf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/globalState/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export * from './interfaces/UserDataInterface';
export * from './interfaces/ConsultingTypeInterface';
export * from './interfaces/LegalLinkInterface';
export * from './interfaces/ServerAppConfigInterface';
export * from './interfaces/TranslationConfig';
export * from './interfaces/GroupChatConfig';
export * from './interfaces/AppConfig';

export * from './provider/AgencySpecificProvider';
Expand Down

0 comments on commit ce8ecf2

Please sign in to comment.