interface EmojiSrcs {
    emojiId: string;
    image: YouTube.Image;
    index: number;
    isCustomEmoji: boolean;
    searchTerms: string[];
    shortcuts: string[];
}

Properties

emojiId: string
image: YouTube.Image
index: number
isCustomEmoji: boolean
searchTerms: string[]
shortcuts: string[]