mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-08-09 03:58:22 +00:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
export const columns = {
|
|
userDto: ['id', 'name', 'email', 'profileImagePath', 'profileChangedAt'],
|
|
} as const;
|