/** * #commentv2.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type CommentV2 = { id: string; parentId: string; body: string; author: string; numReports: number; collapsedBecauseCrowdControl: boolean; spam: boolean; deleted: boolean; createdAt: number; upvotes: number; downvotes: number; languageCode: string; lastModifiedAt: number; gilded: boolean; score: number; permalink: string; hasMedia: boolean; postId: string; subredditId: string; elementTypes: string[]; mediaUrls: string[]; }; //# sourceMappingURL=commentv2.d.ts.map