generated from nhcarrigan/template
7f255afce6
Changed the activity.types export from 'export type *' to 'export *' so that the ActivityType enum can be used as both a type and a value. This is necessary because: - Backend needs ActivityType.suggestion, ActivityType.like, etc. as values - Frontend needs ActivityType enum for switch statements - TypeScript enums need to be exported as values to be used at runtime