projects
/
arvados-workbench2.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refs #13622 Merge branch '13622-children-in-root-tree'
[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
uuid: string;
10
ownerUuid: string;
11
}