/** * This is auto-generated file, don't modify this file manually */ /** * Post type */ export declare type WallPostType = 'post' | 'copy' | 'reply' | 'postpone' | 'suggest' | 'post_ads' | 'photo' | 'video' | 'clip';