import { Nullable } from './Typescript-utils'; export interface ISocialFeed { id: string; type: string; attributes: { name: string; source: string; type: string; options: Nullable<{ [key: string]: string; }>; }; }