import { User } from './User.generated'; export interface PaidMediaPurchased { from: User; paid_media_payload: string; }