/** * #redditor.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** Reddit user from GraphQL */ export type Redditor = { /** t2_* userid */ id: string; displayName: string; /** url pointing to redditor's snoovatar icon */ snoovatarIconUrl: string; }; //# sourceMappingURL=redditor.d.ts.map