Inventory: init draft ideas
This commit is contained in:
8
inventory/src/machines/machines.cue
Normal file
8
inventory/src/machines/machines.cue
Normal file
@@ -0,0 +1,8 @@
|
||||
package machines
|
||||
|
||||
#machine: machines: [string]: {
|
||||
"name": string,
|
||||
"description": string,
|
||||
"icon": string,
|
||||
"system": string
|
||||
}
|
||||
Reference in New Issue
Block a user