import type { CustomEmojiId } from "./CustomEmojiId"; /** * Delete a custom emoji. */ export type DeleteCustomEmoji = { id: CustomEmojiId; };