Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
edc4fc5b4b491693ba9432faee247a12490347eb
[ccsdk/apps.git]
/
1
export class Equipment {
2
uuid: string;
3
name: string;
4
label: string;
5
children: Equipment[];
6
}