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) 183 B
/** * Authentication options for the Stripe API */ export default interface StripeAuthOptions { /** * Stripe Secret Key for authentication */ secretKey: string; }