UNPKG

instagram-graph-api

Version:

A library to help perform requests to the Instagram Graph API.

7 lines (6 loc) 106 B
export interface MeData { instagram_business_account?: { id: string; }; id: string; }