/** * #playtest_subreddit.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type CreatePlaytestSubredditRequest = { /** Name of the app for which to create the playtest subreddit */ appName: string; /** T2 of the developer's reddit account to add them as a moderator */ devUserId: string; }; export type CreatePlaytestSubredditResponse = { /** ID of the subreddit created */ subredditId: string; /** Name of the subreddit created */ subredditName: string; }; //# sourceMappingURL=playtest_subreddit.d.ts.map