/** * This is auto-generated file, don't modify this file manually */ /** * Attachment type */ export declare type WallWallpostAttachmentType = 'photo' | 'photos_list' | 'posted_photo' | 'audio' | 'audio_playlist' | 'video' | 'clip' | 'video_playlist' | 'doc' | 'link' | 'graffiti' | 'note' | 'app' | 'poll' | 'page' | 'album' | 'market_album' | 'market' | 'event' | 'donut_link' | 'article' | 'textlive' | 'textpost' | 'textpost_publish' | 'situational_theme' | 'group' | 'sticker' | 'podcast';