Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Export FullUser and TrimmedUser from index
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Jul 28, 2019
1 parent 317bdc5 commit 497cd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Expand Up @@ -12,7 +12,7 @@ export { Sizes } from './types/sizes';
export { Status } from './types/status';
export { SymbolEntity } from './types/symbol_entity';
export { UrlEntity } from './types/url_entity';
export { User } from './types/user';
export { FullUser, TrimmedUser, User } from './types/user';
export { UserDescriptionEntity } from './types/user_description_entity';
export { UserEntities } from './types/user_entities';
export { UserMentionEntity } from './types/user_mention_entity';
Expand Down

0 comments on commit 497cd88

Please sign in to comment.