/** * This is auto-generated file, don't modify this file manually */ /** * Item type */ export declare type NewsfeedNewsfeedItemType = 'post' | 'photo' | 'photo_tag' | 'wall_photo' | 'friend' | 'audio' | 'video' | 'topic' | 'digest' | 'stories' | 'note' | 'audio_playlist' | 'clip' | 'clips_retention';