UNPKG

macro_api

Version:

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

10 lines (9 loc) 174 B
/** * Authentication options for the Football API */ export default interface FootballAuthOptions { /** * API key for authentication */ apiKey: string; }