/** * This is auto-generated file, don't modify this file manually */ /** * Attachment type */ export declare type WallCommentAttachmentType = 'photo' | 'audio' | 'audio_playlist' | 'video' | 'doc' | 'link' | 'note' | 'page' | 'market_market_album' | 'market' | 'sticker' | 'graffiti';