/** * #thing_type.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export declare enum ThingType { UNKNOWN = 0, COMMENT = 1, ACCOUNT = 2, POST = 3, MESSAGE = 4, SUBREDDIT = 5, AWARD = 6, UNRECOGNIZED = -1 } export declare function thingTypeFromJSON(object: any): ThingType; export declare function thingTypeToJSON(object: ThingType): number; //# sourceMappingURL=thing_type.d.ts.map