import type { CustomEmoji } from "./CustomEmoji"; import type { CustomEmojiKeyword } from "./CustomEmojiKeyword"; /** * A custom emoji view. */ export type CustomEmojiView = { custom_emoji: CustomEmoji; keywords: Array; };