MCPcopy
hub / github.com/slymnoyann/hey-1 / Emoji

Interface Emoji

src/types/misc.d.ts:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface Emoji {
17 aliases: string[];
18 category: string;
19 description: string;
20 emoji: string;
21 tags: string[];
22}
23
24export interface MarkupLinkProps {
25 mentions?: PostMentionFragment[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected