UNPKG

macro_api

Version:

A comprehensive, production-ready API toolkit for various services including Stripe, Slack, SendGrid, Vercel, AWS S3, Docker Hub, and more.

9 lines (8 loc) 212 B
export default interface NotificationOptions { channelId: string; apiKey: string; checkIntervalMs?: number; maxResults?: number; includeDescription?: boolean; mentionEveryone?: boolean; }