UNPKG

macro_api

Version:

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

8 lines (7 loc) 172 B
export default interface SpotifyTokenResponse { access_token: string; token_type: string; expires_in: number; scope?: string; refresh_token?: string; }