import type { SlackWebhookAuthSpec } from '../schemas/SlackWebhookAuthSpec'; export interface SlackNoAuthSpec extends SlackWebhookAuthSpec { auth_type?: 'NoAuth'; }