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