import type { CustomEmojiView } from "./CustomEmojiView"; /** * A response for a custom emoji. */ export type CustomEmojiResponse = { custom_emoji: CustomEmojiView; };