interface IListUsersResponse { id: number; extId: string; login: string; email: string; } export default IListUsersResponse;