import type { IGMediaFields } from "./ig-media.ts"; export interface RecommendedIGMediaFields { intent_score: number; media: IGMediaFields; }