/** * #flair.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type LinkFlairV2 = { text: string; cssClass: string; backgroundColor: string; templateId: string; textColor: string; }; export type UserFlairV2 = { userId: string; subredditId: string; text: string; cssClass: string; templateId: string; textColor: string; backgroundColor: string; enabled: boolean; }; //# sourceMappingURL=flair.d.ts.map