import { GeoRestriction } from '../../../types/enum'; export interface IFeedItemGeoRestriction { geoRestriction: GeoRestriction; }