Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
f8e83f39afc4b7337571eb437d044be4ee65f485
f8e83f39afc4b7337571eb437d044be4ee65f485
Switch branch/tag
rlg-tool
src
app
class
ressource
ressource.ts
Find file
Normal view
History
Permalink
ressource.ts
109 Bytes
Edit
Web IDE
Newer
Older
Data structure
aaf0e810
Romain DELEAU
committed
1 year ago
1
2
3
export
class
Ressource
{
name
:
string
=
''
;
implement role
7327d477
Romain DELEAU
committed
1 year ago
4
5
number
:
string
=
'1'
;
type
:
string
=
'ressource'
;
Data structure
aaf0e810
Romain DELEAU
committed
1 year ago
6
}