fix: activity types (#15368)

This commit is contained in:
Jason Rasmussen
2025-01-15 23:31:26 -05:00
committed by GitHub
parent 0ce62d8efd
commit 6ce1533117
15 changed files with 75 additions and 57 deletions

3
server/src/database.ts Normal file
View File

@@ -0,0 +1,3 @@
export const columns = {
userDto: ['id', 'name', 'email', 'profileImagePath', 'profileChangedAt'],
} as const;