| 14 | } |
| 15 | |
| 16 | export interface Emoji { |
| 17 | aliases: string[]; |
| 18 | category: string; |
| 19 | description: string; |
| 20 | emoji: string; |
| 21 | tags: string[]; |
| 22 | } |
| 23 | |
| 24 | export interface MarkupLinkProps { |
| 25 | mentions?: PostMentionFragment[]; |
nothing calls this directly
no outgoing calls
no test coverage detected