export const columns = { userDto: ['id', 'name', 'email', 'profileImagePath', 'profileChangedAt'], } as const;