/** * This is auto-generated file, don't modify this file manually */ export interface AdsPostReposts { /** * Count */ count?: number; /** * Wall count */ wall_count?: number; /** * Mail count */ mail_count?: number; }