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) 207 B
export default interface YouTubeVideo { videoId: string; title: string; channelId: string; channelTitle: string; publishedAt: string; description: string; thumbnailUrl: string; }