This website requires JavaScript.
Explore
Help
Register
Sign In
Vergara_Tech
/
zgo
Watch
2
Star
1
Fork
You've already forked zgo
0
Code
Issues
Pull requests
Projects
Releases
5
Packages
Wiki
Activity
d67cddfcfd
zgo
/
src
/
app
/
item.model.ts
8 lines
106 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add item model
2021-10-21 19:29:19 +00:00
export
interface
Item
{
_id?
:
any
;
name
:
string
;
description
:
string
;
Integrate with new backend
2022-05-18 20:51:39 +00:00
owner
:
string
;
Add item model
2021-10-21 19:29:19 +00:00
cost
:
number
;
}
Reference in a new issue
Copy permalink