/** * This is auto-generated file, don't modify this file manually */ import { NewsfeedCommentsItemTypeMarket } from './NewsfeedCommentsItemTypeMarket'; import { NewsfeedCommentsItemTypeNotes } from './NewsfeedCommentsItemTypeNotes'; import { NewsfeedCommentsItemTypePhoto } from './NewsfeedCommentsItemTypePhoto'; import { NewsfeedCommentsItemTypePost } from './NewsfeedCommentsItemTypePost'; import { NewsfeedCommentsItemTypeTopic } from './NewsfeedCommentsItemTypeTopic'; import { NewsfeedCommentsItemTypeVideo } from './NewsfeedCommentsItemTypeVideo'; export declare type NewsfeedCommentsItem = NewsfeedCommentsItemTypeTopic | NewsfeedCommentsItemTypePhoto | NewsfeedCommentsItemTypeVideo | NewsfeedCommentsItemTypeNotes | NewsfeedCommentsItemTypePost | NewsfeedCommentsItemTypeMarket;