Replace typesafe-actions with unionize, add fetching user details action
[arvados-workbench2.git] / src / models / user.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 export interface User {
6     email: string;
7     firstName: string;
8     lastName: string;
9 }