export interface SlackConfig { webhookUrl: string; channel?: string; username?: string; iconUrl?: string; iconEmoji?: string; }