/** * #useractions.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** Represents data on the user's content submission */ export type UserGeneratedContent = { /** The text body of the content */ text: string; /** The imageUrls attached to the content, if any */ imageUrls: string[]; }; //# sourceMappingURL=useractions.d.ts.map