export interface IListUsersResponseDTO { id: string; email: string; }