export interface IGetPostLinkOptions { owner_id: number; id: number; } export interface IProfile { name: string; photo_50?: string; }