export interface MeData {
    instagram_business_account?: {
        id: string;
    };
    id: string;
}
