/** * This file was auto-generated by Fern from our API Definition. */ /** * Slack Reaction object */ export interface SlackReaction { /** Emoji name (without colons, e.g., 'thumbsup') */ name: string; }