Files
library/shared-types
hikari 7f255afce6 fix: export ActivityType as value not just type
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
2026-02-20 00:05:39 -08:00
..
2026-02-03 12:55:49 -08:00
2026-02-03 10:09:37 -08:00
2026-02-03 10:09:37 -08:00

shared-types

This library was generated with Nx.