Skip to content

Commit

Permalink
fix: export RichTextFlair type (not-an-aardvark#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis authored Jul 24, 2021
1 parent 62c64fb commit 488d318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/VoteableContent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import RedditUser from './RedditUser';
import ReplyableContent from './ReplyableContent';
import Subreddit from './Subreddit';

interface RichTextFlair {
export interface RichTextFlair {
/** The string representation of the emoji */
a?: string;
/** The type of the flair entry */
Expand Down

0 comments on commit 488d318

Please sign in to comment.