projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Create data explorer actions and reducer
[arvados.git]
/
src
/
models
/
resource.ts
1
export interface Resource {
2
name: string;
3
createdAt: string;
4
modifiedAt: string;
5
uuid: string;
6
ownerUuid: string;
7
href: string;
8
kind: string;
9
}