export type SlackWebhook = { type: string; event: Record; command: string; response_url: string; };