/** * This is auto-generated file, don't modify this file manually */ export interface BaseRepostsInfo { /** * Total reposts counter. Sum of wall and mail reposts counters */ count?: number; /** * Wall reposts counter */ wall_count?: number; /** * Mail reposts counter */ mail_count?: number; /** * Information whether current user has reposted the post */ user_reposted?: 0 | 1; }