import type { SlackWebhookAuthSpec } from '../schemas/SlackWebhookAuthSpec'; export interface SlackHmacAuthSpec extends SlackWebhookAuthSpec { auth_type?: 'Hmac'; secret_key?: string; }